public class ViewInstallProcessor extends AbstractInstallProcessor
开发人员: renhui
开发时间: 2013-8-15
loggerDATABASE_INSTALL_PROCESSOR, INITDATA_INSTALL_PROCESSOR, PROCEDURE_INSTALL_PROCESSOR, SEQUENCE_INSTALL_PROCESSOR, TABLE_INSTALL_PROCESSOR, TRIGGER_INSTALL_PROCESSOR, VIEW_INSTALL_PROCESSOR| Constructor and Description |
|---|
ViewInstallProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
List<String> |
getProcessSqls(boolean isFull,
String language,
Connection connection)
获取处理sql
|
ViewProcessor |
getViewProcessor() |
void |
setViewProcessor(ViewProcessor viewProcessor) |
getPostProcessSqls, getPreProcessSqlspublic ViewProcessor getViewProcessor()
public void setViewProcessor(ViewProcessor viewProcessor)
public int getOrder()
getOrder in interface org.tinygroup.commons.order.OrderedgetOrder in class AbstractInstallProcessorpublic List<String> getProcessSqls(boolean isFull, String language, Connection connection) throws SQLException
InstallProcessorgetProcessSqls in interface InstallProcessorgetProcessSqls in class AbstractInstallProcessorconnection - 连接对象SQLExceptionCopyright © 2006–2017 TinyGroup. All rights reserved.