public class SybaseInitDataSqlProcessorImpl extends InitDataSqlProcessorImpl
Constructor and Description |
---|
SybaseInitDataSqlProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
addInitRecord(List<String> initSqlList,
String sql,
boolean hasAutoIncrement,
Table table) |
protected String |
delimiter(String name) |
String |
getDbType() |
protected String |
getFieldStdFieldName(String fieldId,
Table table) |
List<String> |
getPostInitSql(List<Table> tableList)
初始化数据执行后操作
|
List<String> |
getPreInitSql(List<Table> tableList)
初始化sql执行前操作
|
dealDateType, getDeInitSql, getInitSql, init
public String getDbType()
getDbType
in class InitDataSqlProcessorImpl
protected String delimiter(String name)
delimiter
in class InitDataSqlProcessorImpl
protected void addInitRecord(List<String> initSqlList, String sql, boolean hasAutoIncrement, Table table)
addInitRecord
in class InitDataSqlProcessorImpl
public List<String> getPostInitSql(List<Table> tableList) throws SQLException
InitDataSqlProcessor
getPostInitSql
in interface InitDataSqlProcessor
getPostInitSql
in class InitDataSqlProcessorImpl
SQLException
public List<String> getPreInitSql(List<Table> tableList)
InitDataSqlProcessor
getPreInitSql
in interface InitDataSqlProcessor
getPreInitSql
in class InitDataSqlProcessorImpl
Copyright © 2006–2018 TinyGroup. All rights reserved.