public abstract class BaseUpgradeTableImpl extends Table
| Constructor and Description |
|---|
BaseUpgradeTableImpl(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getIndexesSQL() |
boolean |
isAllowUniqueIndexes() |
boolean |
isDeleteTempFile() |
void |
setAllowUniqueIndexes(boolean allowUniqueIndexes) |
void |
setCreateSQL(String createSQL) |
void |
setDeleteTempFile(boolean deleteTempFile) |
void |
setIndexesSQL(String[] indexesSQL) |
void |
updateTable() |
protected void |
updateTable(Connection sourceConnection,
Connection targetConnection,
boolean deleteSource) |
appendColumn, appendColumn, generateTempFile, generateTempFile, getColumns, getCreateSQL, getDeleteSQL, getExportedData, getInsertSQL, getInsertTableName, getOrder, getSelectPreparedStatement, getSelectSQL, getTableName, getTempFileName, getTotalRows, getValue, populateTable, populateTable, populateTableRows, setColumn, setColumns, setSelectSQL, updateColumnValuepublic String[] getIndexesSQL()
throws Exception
Exceptionpublic boolean isAllowUniqueIndexes()
throws Exception
Exceptionpublic boolean isDeleteTempFile()
public void setAllowUniqueIndexes(boolean allowUniqueIndexes)
throws Exception
Exceptionpublic void setCreateSQL(String createSQL)
throws Exception
setCreateSQL in class TableExceptionpublic void setDeleteTempFile(boolean deleteTempFile)
public void setIndexesSQL(String[] indexesSQL)
throws Exception
Exceptionpublic void updateTable()
throws Exception
Exceptionprotected void updateTable(Connection sourceConnection,
Connection targetConnection,
boolean deleteSource)
throws Exception
Exception