public class UpgradeSQLServer
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
com.liferay.portal.kernel.upgrade.UpgradeProcess.Alterable, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterColumnName, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterColumnType, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterTableAddColumn, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterTableDropColumn| Constructor and Description |
|---|
UpgradeSQLServer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
convertColumnsToUnicode() |
protected void |
convertTextColumn(String tableName,
String columnName,
boolean nullable) |
protected void |
convertVarcharColumn(String tableName,
String columnName,
int length,
boolean nullable) |
protected void |
doUpgrade() |
protected void |
dropNonunicodeTableIndexes() |
protected List<String> |
getPrimaryKeyColumnNames(String indexName) |
alter, clearIndexesCache, getIndexesSQL, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, normalizeName, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTableprotected void convertColumnsToUnicode()
protected void convertTextColumn(String tableName,
String columnName,
boolean nullable)
throws Exception
Exceptionprotected void convertVarcharColumn(String tableName,
String columnName,
int length,
boolean nullable)
throws Exception
Exceptionprotected void doUpgrade()
throws Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcessExceptionprotected void dropNonunicodeTableIndexes()
protected List<String> getPrimaryKeyColumnNames(String indexName)