public abstract class AbstractTableConfigLoad extends Object implements TableConfigLoad
Modifier and Type | Field and Description |
---|---|
protected Configuration |
configuration |
protected static Logger |
logger |
Constructor and Description |
---|
AbstractTableConfigLoad() |
Modifier and Type | Method and Description |
---|---|
protected void |
addTableConfiguration(TableConfiguration table) |
protected boolean |
existsTable(String tableName,
String schema) |
protected String |
getSchema(String schema) |
void |
loadTable(Configuration configuration)
表配置信息转换接口
|
protected abstract void |
realLoadTable() |
protected static Logger logger
protected Configuration configuration
public void loadTable(Configuration configuration) throws TinyDbException
TableConfigLoad
loadTable
in interface TableConfigLoad
TinyDbException
protected abstract void realLoadTable() throws TinyDbException
TinyDbException
protected void addTableConfiguration(TableConfiguration table)
Copyright © 2006–2018 TinyGroup. All rights reserved.