public class ViewCountUpgradeProcess extends UpgradeProcess
UpgradeProcess.Alterable
connection
Constructor and Description |
---|
ViewCountUpgradeProcess(java.lang.String tableName,
java.lang.Class<?> clazz,
java.lang.String primaryColumnName,
java.lang.String viewCountColumnName) |
Modifier and Type | Method and Description |
---|---|
protected void |
doUpgrade() |
addTempIndex, clearIndexesCache, ensureTableExists, getIndexesSQL, getTableColumnsMap, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, upgrade, upgrade, upgrade
addIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, doHasTable, dropIndexes, getConnection, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString
public ViewCountUpgradeProcess(java.lang.String tableName, java.lang.Class<?> clazz, java.lang.String primaryColumnName, java.lang.String viewCountColumnName)
protected void doUpgrade() throws java.lang.Exception
doUpgrade
in class UpgradeProcess
java.lang.Exception