org.tinygroup.databasebuinstaller.impl
public abstract class AbstractInstallProcessor extends Object implements InstallProcessor
| Modifier and Type | Field and 描述 |
|---|---|
protected org.tinygroup.logger.Logger |
logger |
DATABASE_INSTALL_PROCESSOR, INITDATA_INSTALL_PROCESSOR, PROCEDURE_INSTALL_PROCESSOR, SEQUENCE_INSTALL_PROCESSOR, TABLE_INSTALL_PROCESSOR, TRIGGER_INSTALL_PROCESSOR, VIEW_INSTALL_PROCESSOR| Constructor and 描述 |
|---|
AbstractInstallProcessor() |
| Modifier and Type | Method and 描述 |
|---|---|
int |
getOrder() |
void |
process(String language)
对某种数据库语言进行处理
|
protected void |
processWithConn(String language,
Connection con) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDealSqlspublic int getOrder()
getOrder 接口 {1} 中的 {0} org.tinygroup.commons.order.Orderedpublic void process(String language)
InstallProcessorprocess 接口 {1} 中的 {0} InstallProcessorprotected void processWithConn(String language, Connection con) throws SQLException
SQLExceptionCopyright © 2006–2015 TinyGroup. All rights reserved.