public class TableManager extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TableManager.Mode
不操作、只创建、只更新、即创建也更新
|
| 限定符和类型 | 字段和说明 |
|---|---|
static boolean |
debugger |
static TableManager.Mode |
mode |
| 构造器和说明 |
|---|
TableManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
static TableProperties |
addTable(String name,
String tblName) |
static TableProperties |
getTable(String name) |
static String |
getTableName(Class<?> clazz) |
static LinkedHashMap<String,TableProperties> |
getTbls() |
public static TableManager.Mode mode
public static boolean debugger
public static LinkedHashMap<String,TableProperties> getTbls()
public static TableProperties addTable(String name, String tblName)
public static TableProperties getTable(String name)
Copyright © 2018. All rights reserved.