public abstract class BaseDBColumnSizeUpgradeProcess extends UpgradeProcess
UpgradeProcess.Alterableconnection| Constructor and Description |
|---|
BaseDBColumnSizeUpgradeProcess(DBType dbType,
String oldColumnType,
int size) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected abstract void |
upgradeColumn(String tableName,
String columnName) |
addTempIndex, clearIndexesCache, ensureTableExists, getConnection, getIndexesSQL, getTableColumnsMap, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, upgrade, upgrade, upgradeaddIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, doHasTable, dropIndexes, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateStringpublic BaseDBColumnSizeUpgradeProcess(DBType dbType, String oldColumnType, int size)
protected void doUpgrade()
throws Exception
doUpgrade in class UpgradeProcessExceptionprotected abstract void upgradeColumn(String tableName,
String columnName)
throws Exception
Exception