public class UpgradeSQLServer
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
| Constructor and Description |
|---|
UpgradeSQLServer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
convertColumnsToUnicode() |
protected void |
convertTextColumn(java.lang.String tableName,
java.lang.String columnName,
boolean nullable) |
protected void |
convertVarcharColumn(java.lang.String tableName,
java.lang.String columnName,
int length,
boolean nullable) |
protected void |
doUpgrade() |
protected void |
dropNonunicodeTableIndexes() |
protected java.util.List<java.lang.String> |
getPrimaryKeyColumnNames(java.lang.String indexName) |
addTemporaryIndex, clearIndexesCache, ensureTableExists, getIndexesSQL, getPostUpgradeSteps, getPreUpgradeSteps, getTableColumnsMap, getTableName, getThreshold, getUpgradeSteps, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, upgrade, upgrade, upgradeaddIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, alterTableName, doHasTable, dropIndexes, dropTable, getConnection, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateStringprotected void convertColumnsToUnicode()
protected void convertTextColumn(java.lang.String tableName,
java.lang.String columnName,
boolean nullable)
throws java.lang.Exception
java.lang.Exceptionprotected void convertVarcharColumn(java.lang.String tableName,
java.lang.String columnName,
int length,
boolean nullable)
throws java.lang.Exception
java.lang.Exceptionprotected void doUpgrade()
throws java.lang.Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcessjava.lang.Exceptionprotected void dropNonunicodeTableIndexes()
protected java.util.List<java.lang.String> getPrimaryKeyColumnNames(java.lang.String indexName)