org.tinygroup.databasebuinstaller.impl
类 SequenceInstallProcessor
java.lang.Object
org.tinygroup.databasebuinstaller.impl.AbstractInstallProcessor
org.tinygroup.databasebuinstaller.impl.SequenceInstallProcessor
- 所有已实现的接口:
- org.tinygroup.commons.order.Ordered, InstallProcessor
public class SequenceInstallProcessor
- extends AbstractInstallProcessor
| 从接口 org.tinygroup.commons.order.Ordered 继承的字段 |
DEFAULT_PRECEDENCE, HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceInstallProcessor
public SequenceInstallProcessor()
getProcessor
public SequenceProcessor getProcessor()
setProcessor
public void setProcessor(SequenceProcessor processor)
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.