public interface UpgradeTable
| Modifier and Type | Method and Description |
|---|---|
void |
appendColumn(StringBuilder sb,
Object value,
boolean last) |
void |
appendColumn(StringBuilder sb,
ResultSet rs,
String name,
Integer type,
boolean last) |
void |
copyTable(Connection sourceConnection,
Connection targetConnection) |
String |
getCreateSQL() |
String |
getDeleteSQL() |
String[] |
getIndexesSQL() |
String |
getInsertSQL() |
String |
getSelectSQL() |
String |
getTempFileName() |
boolean |
isAllowUniqueIndexes() |
boolean |
isDeleteTempFile() |
void |
setAllowUniqueIndexes(boolean allowUniqueIndexes) |
void |
setColumn(PreparedStatement ps,
int index,
Integer type,
String value) |
void |
setCreateSQL(String createSQL) |
void |
setDeleteTempFile(boolean deleteTempFile) |
void |
setIndexesSQL(String[] indexesSQL) |
void |
updateTable() |
void appendColumn(StringBuilder sb, Object value, boolean last) throws Exception
Exceptionvoid appendColumn(StringBuilder sb, ResultSet rs, String name, Integer type, boolean last) throws Exception
Exceptionvoid copyTable(Connection sourceConnection, Connection targetConnection) throws Exception
ExceptionString getTempFileName()
boolean isDeleteTempFile()
void setAllowUniqueIndexes(boolean allowUniqueIndexes)
throws Exception
Exceptionvoid setColumn(PreparedStatement ps, int index, Integer type, String value) throws Exception
Exceptionvoid setDeleteTempFile(boolean deleteTempFile)