public class OracleInitDataSqlProcessorImpl extends InitDataSqlProcessorImpl
Constructor and Description |
---|
OracleInitDataSqlProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
protected String |
dealDateType(String value)
处理日期类型
因为初始化数据是字符串类型,而实际是date类型,有些数据库需要进行转换。
|
String |
getDbType() |
List<String> |
getPostInitSql(List<Table> tableList)
初始化数据执行后操作
|
List<String> |
getPreInitSql(List<Table> tableList)
初始化sql执行前操作
|
addInitRecord, delimiter, getDeInitSql, getInitSql, init
public String getDbType()
getDbType
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
protected String dealDateType(String value)
InitDataSqlProcessorImpl
dealDateType
in class InitDataSqlProcessorImpl
Copyright © 2006–2018 TinyGroup. All rights reserved.