public abstract class TableSpaceSqlProcessorImpl extends Object implements TableSpaceSqlProcessor
Constructor and Description |
---|
TableSpaceSqlProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCreateSql(Table table,
String packageName) |
List<String> |
getUpdateSql(Table table,
String packageName,
Connection connection) |
public List<String> getCreateSql(Table table, String packageName)
getCreateSql
in interface TableSpaceSqlProcessor
public List<String> getUpdateSql(Table table, String packageName, Connection connection) throws SQLException
getUpdateSql
in interface TableSpaceSqlProcessor
SQLException
Copyright © 2006–2018 TinyGroup. All rights reserved.