org.tinygroup.databasebuinstaller.impl
类 TableInstallProcessor
java.lang.Object
org.tinygroup.databasebuinstaller.impl.AbstractInstallProcessor
org.tinygroup.databasebuinstaller.impl.TableInstallProcessor
- 所有已实现的接口:
- org.tinygroup.commons.order.Ordered, InstallProcessor
public class TableInstallProcessor
- extends AbstractInstallProcessor
功能说明:数据库表新建、字段更新、删除操作
开发人员: renhui
开发时间: 2013-8-15
| 从接口 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 |
TableInstallProcessor
public TableInstallProcessor()
getTableProcessor
public TableProcessor getTableProcessor()
setTableProcessor
public void setTableProcessor(TableProcessor tableProcessor)
getOrder
public int getOrder()
- 指定者:
- 接口
org.tinygroup.commons.order.Ordered 中的 getOrder - 覆盖:
- 类
AbstractInstallProcessor 中的 getOrder
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.