public class MVCCVersionUpgradeProcess extends UpgradeProcess
UpgradeProcess.Alterableconnection| Constructor and Description |
|---|
MVCCVersionUpgradeProcess() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected String[] |
getExcludedTableNames() |
protected String[] |
getModuleTableNames() |
protected void |
upgradeModuleTableMVCCVersions() |
protected void |
upgradeMVCCVersion(DatabaseMetaData databaseMetaData,
Element classElement) |
void |
upgradeMVCCVersion(DatabaseMetaData databaseMetaData,
String tableName) |
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 void upgradeMVCCVersion(DatabaseMetaData databaseMetaData,
String tableName)
throws Exception
Exceptionprotected void doUpgrade()
throws Exception
doUpgrade in class UpgradeProcessExceptionprotected String[] getExcludedTableNames()
protected String[] getModuleTableNames()
protected void upgradeModuleTableMVCCVersions()
throws Exception
Exceptionprotected void upgradeMVCCVersion(DatabaseMetaData databaseMetaData,
Element classElement)
throws Exception
Exception