Class UpgradeSQLServer

Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.kernel.upgrade.UpgradeProcess
com.liferay.portal.upgrade.v6_2_0.UpgradeSQLServer
All Implemented Interfaces:
com.liferay.portal.kernel.dao.db.DBProcess, com.liferay.portal.kernel.upgrade.UpgradeStep

public class UpgradeSQLServer extends com.liferay.portal.kernel.upgrade.UpgradeProcess
Author:
Douglas Wong, Samuel Ziemer
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.liferay.portal.kernel.upgrade.UpgradeProcess

    com.liferay.portal.kernel.upgrade.UpgradeProcess.Alterable
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess

    connection
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
    convertTextColumn(String tableName, String columnName, boolean nullable)
     
    protected void
    convertVarcharColumn(String tableName, String columnName, int length, boolean nullable)
     
    protected void
     
    protected void
     
    protected List<String>
     

    Methods inherited from class com.liferay.portal.kernel.upgrade.UpgradeProcess

    addTemporaryIndex, clearIndexesCache, ensureTableExists, getIndexesSQL, getPostUpgradeSteps, getPreUpgradeSteps, getTableColumnsMap, getTableName, getThreshold, getUpgradeSteps, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, upgrade, upgrade

    Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess

    addIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, alterTableName, doHasTable, dropIndexes, dropTable, getConnection, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, hasView, process, processConcurrently, processConcurrently, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLFile, runSQLFile, runSQLTemplate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.dao.db.DBProcess

    runSQLTemplate, runSQLTemplateString
  • Constructor Details

    • UpgradeSQLServer

      public UpgradeSQLServer()
  • Method Details

    • convertColumnsToUnicode

      protected void convertColumnsToUnicode()
    • convertTextColumn

      protected void convertTextColumn(String tableName, String columnName, boolean nullable) throws Exception
      Throws:
      Exception
    • convertVarcharColumn

      protected void convertVarcharColumn(String tableName, String columnName, int length, boolean nullable) throws Exception
      Throws:
      Exception
    • doUpgrade

      protected void doUpgrade() throws Exception
      Specified by:
      doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcess
      Throws:
      Exception
    • dropNonunicodeTableIndexes

      protected void dropNonunicodeTableIndexes()
    • getPrimaryKeyColumnNames

      protected List<String> getPrimaryKeyColumnNames(String indexName)