public abstract class BaseUpgradeWebModuleRelease extends UpgradeProcess
UpgradeProcess.Alterable, UpgradeProcess.AlterColumnName, UpgradeProcess.AlterColumnType, UpgradeProcess.AlterTableAddColumn, UpgradeProcess.AlterTableDropColumnconnection| Constructor and Description |
|---|
BaseUpgradeWebModuleRelease() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected abstract java.lang.String |
getBundleSymbolicName() |
protected abstract java.lang.String[] |
getPortletIds() |
protected boolean |
hasAnyPortletId(java.sql.Connection connection,
java.lang.String... portletIds) |
void |
upgrade() |
alter, clearIndexesCache, getIndexesSQL, getIndexSQLs, getTableColumnsMap, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, removePrimaryKey, upgrade, upgrade, upgradeTable, upgradeTabledoHasTable, hasColumn, hasColumnType, hasColumnType, hasRows, hasRows, hasTable, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateStringpublic void upgrade()
throws UpgradeException
upgrade in class UpgradeProcessUpgradeExceptionprotected void doUpgrade()
throws java.lang.Exception
doUpgrade in class UpgradeProcessjava.lang.Exceptionprotected abstract java.lang.String getBundleSymbolicName()
protected abstract java.lang.String[] getPortletIds()
protected boolean hasAnyPortletId(java.sql.Connection connection,
java.lang.String... portletIds)
throws java.sql.SQLException
java.sql.SQLException