public interface TableProcessor
static final String BEAN_NAME
void addTables(Tables tables)
void removeTables(Tables tables)
void addTable(Table table)
void removeTable(Table table)
List<String> getUpdateSql(String name, String packageName, String language, Connection connection) throws SQLException
SQLException
List<String> getUpdateSql(Table table, String packageName, String language, Connection connection) throws SQLException
SQLException
boolean checkTableExist(Table table, String language, Connection connection) throws SQLException
SQLException
ProcessorManager getProcessorManager()
void setProcessorManager(ProcessorManager processorManager)
void registerModifiedTime(Tables tables, long lastModify)
long getLastModifiedTime(String tableId)
List clearRefSqls(Table table, String language, Connection connection) throws SQLException
SQLException
void initChar2Byte(String language)
Copyright © 2006–2018 TinyGroup. All rights reserved.