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, updateColumnValue
public String[] getIndexesSQL() throws Exception
Exception
public boolean isAllowUniqueIndexes() throws Exception
Exception
public boolean isDeleteTempFile()
public void setAllowUniqueIndexes(boolean allowUniqueIndexes) throws Exception
Exception
public void setCreateSQL(String createSQL) throws Exception
setCreateSQL
in class Table
Exception
public void setDeleteTempFile(boolean deleteTempFile)
public void setIndexesSQL(String[] indexesSQL) throws Exception
Exception
public void updateTable() throws Exception
Exception
protected void updateTable(Connection sourceConnection, Connection targetConnection, boolean deleteSource) throws Exception
Exception