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