org.tinygroup.databasebuinstaller.impl
类 ProcedureInstallProcessor

java.lang.Object
  继承者 org.tinygroup.databasebuinstaller.impl.AbstractInstallProcessor
      继承者 org.tinygroup.databasebuinstaller.impl.ProcedureInstallProcessor
所有已实现的接口:
org.tinygroup.commons.order.Ordered, InstallProcessor

public class ProcedureInstallProcessor
extends AbstractInstallProcessor

功能说明:存储过程安装处理器 开发人员: renhui
开发时间: 2013-8-15


字段摘要
 
从类 org.tinygroup.databasebuinstaller.impl.AbstractInstallProcessor 继承的字段
logger
 
从接口 org.tinygroup.databasebuinstaller.InstallProcessor 继承的字段
DATABASE_INSTALL_PROCESSOR, INITDATA_INSTALL_PROCESSOR, PROCEDURE_INSTALL_PROCESSOR, SEQUENCE_INSTALL_PROCESSOR, TABLE_INSTALL_PROCESSOR, TRIGGER_INSTALL_PROCESSOR, VIEW_INSTALL_PROCESSOR
 
从接口 org.tinygroup.commons.order.Ordered 继承的字段
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
构造方法摘要
ProcedureInstallProcessor()
           
 
方法摘要
 List<String> getDealSqls(String language, Connection con)
          获取此次处理器相关的sql语句列表
 List<String> getFullSqls(String language, Connection con)
          获取全量sql
 ProcedureProcessor getProcedureProcessor()
           
 List<String> getUpdateSqls(String language, Connection con)
          获取增量sql
 void setProcedureProcessor(ProcedureProcessor procedureProcessor)
           
 
从类 org.tinygroup.databasebuinstaller.impl.AbstractInstallProcessor 继承的方法
getOrder, process, processWithConn
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ProcedureInstallProcessor

public ProcedureInstallProcessor()
方法详细信息

getProcedureProcessor

public ProcedureProcessor getProcedureProcessor()

setProcedureProcessor

public void setProcedureProcessor(ProcedureProcessor procedureProcessor)

getDealSqls

public List<String> getDealSqls(String language,
                                Connection con)
                         throws SQLException
从接口 InstallProcessor 复制的描述
获取此次处理器相关的sql语句列表

返回:
抛出:
SQLException

getFullSqls

public List<String> getFullSqls(String language,
                                Connection con)
                         throws SQLException
从接口 InstallProcessor 复制的描述
获取全量sql

返回:
抛出:
SQLException

getUpdateSqls

public List<String> getUpdateSqls(String language,
                                  Connection con)
                           throws SQLException
从接口 InstallProcessor 复制的描述
获取增量sql

返回:
抛出:
SQLException


Copyright © 2006–2016 TinyGroup. All rights reserved.