org.tinygroup.databasebuinstaller.impl
public class TableInstallProcessor extends AbstractInstallProcessor
loggerDATABASE_INSTALL_PROCESSOR, INITDATA_INSTALL_PROCESSOR, PROCEDURE_INSTALL_PROCESSOR, SEQUENCE_INSTALL_PROCESSOR, TABLE_INSTALL_PROCESSOR, TRIGGER_INSTALL_PROCESSOR, VIEW_INSTALL_PROCESSOR| Constructor and 描述 |
|---|
TableInstallProcessor() |
| Modifier and Type | Method and 描述 |
|---|---|
List<String> |
getDealSqls(String language,
Connection con)
获取此次处理器相关的sql语句列表
|
int |
getOrder() |
TableProcessor |
getTableProcessor() |
void |
setTableProcessor(TableProcessor tableProcessor) |
process, processWithConnpublic TableProcessor getTableProcessor()
public void setTableProcessor(TableProcessor tableProcessor)
public int getOrder()
getOrder 接口 {1} 中的 {0} org.tinygroup.commons.order.OrderedgetOrder 类 {1} 中的 {0} AbstractInstallProcessorpublic List<String> getDealSqls(String language, Connection con) throws SQLException
InstallProcessorSQLExceptionCopyright © 2006–2015 TinyGroup. All rights reserved.