public class DB_MySql_Opera extends Object implements I_TableOperation
| 构造器和说明 |
|---|
DB_MySql_Opera() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
createTable(TableProperties tbl,
JbaTemplate jbaTemplate)
创建表
|
boolean |
isTableExists(String tblName,
JbaTemplate jbaTemplate)
判断表结构是否存在
|
void |
updateTable(TableProperties tbl,
JbaTemplate jbaTemplate)
更新表结构
|
public boolean isTableExists(String tblName, JbaTemplate jbaTemplate)
I_TableOperationisTableExists 在接口中 I_TableOperationpublic void createTable(TableProperties tbl, JbaTemplate jbaTemplate)
I_TableOperationcreateTable 在接口中 I_TableOperationpublic void updateTable(TableProperties tbl, JbaTemplate jbaTemplate)
I_TableOperationupdateTable 在接口中 I_TableOperationCopyright © 2018. All Rights Reserved.