Liferay 6.1.10-ee-ga1

com.liferay.portal.kernel.upgrade
Class UpgradeProcess

java.lang.Object
  extended by com.liferay.portal.kernel.upgrade.UpgradeProcess
Direct Known Subclasses:
BaseUpgradePortletPreferences

public abstract class UpgradeProcess
extends Object


Constructor Summary
UpgradeProcess()
           
 
Method Summary
protected  void doUpgrade()
           
 int getThreshold()
           
 boolean hasTable(String tableName)
           
 long increment()
           
 long increment(String name)
           
 boolean isSupportsAlterColumnName()
           
 boolean isSupportsAlterColumnType()
           
 boolean isSupportsStringCaseSensitiveQuery()
           
 boolean isSupportsUpdateWithInnerJoin()
           
 void runSQL(String template)
           
 void runSQL(String[] templates)
           
 void runSQLTemplate(String path)
           
 void runSQLTemplate(String path, boolean failOnError)
           
 boolean tableHasColumn(String tableName, String columnName)
           
 boolean tableHasData(String tableName)
           
 void upgrade()
           
 void upgrade(Class<?> upgradeProcessClass)
           
 void upgrade(UpgradeProcess upgradeProcess)
           
protected  void upgradeTable(String tableName, Object[][] tableColumns)
           
protected  void upgradeTable(String tableName, Object[][] tableColumns, String sqlCreate, String[] sqlAddIndexes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeProcess

public UpgradeProcess()
Method Detail

getThreshold

public int getThreshold()

hasTable

public boolean hasTable(String tableName)
                 throws Exception
Throws:
Exception

increment

public long increment()
               throws SystemException
Throws:
SystemException

increment

public long increment(String name)
               throws SystemException
Throws:
SystemException

isSupportsAlterColumnName

public boolean isSupportsAlterColumnName()

isSupportsAlterColumnType

public boolean isSupportsAlterColumnType()

isSupportsStringCaseSensitiveQuery

public boolean isSupportsStringCaseSensitiveQuery()

isSupportsUpdateWithInnerJoin

public boolean isSupportsUpdateWithInnerJoin()

runSQL

public void runSQL(String template)
            throws IOException,
                   SQLException
Throws:
IOException
SQLException

runSQL

public void runSQL(String[] templates)
            throws IOException,
                   SQLException
Throws:
IOException
SQLException

runSQLTemplate

public void runSQLTemplate(String path)
                    throws IOException,
                           NamingException,
                           SQLException
Throws:
IOException
NamingException
SQLException

runSQLTemplate

public void runSQLTemplate(String path,
                           boolean failOnError)
                    throws IOException,
                           NamingException,
                           SQLException
Throws:
IOException
NamingException
SQLException

tableHasColumn

public boolean tableHasColumn(String tableName,
                              String columnName)
                       throws Exception
Throws:
Exception

tableHasData

public boolean tableHasData(String tableName)
                     throws Exception
Throws:
Exception

upgrade

public void upgrade()
             throws UpgradeException
Throws:
UpgradeException

upgrade

public void upgrade(Class<?> upgradeProcessClass)
             throws UpgradeException
Throws:
UpgradeException

upgrade

public void upgrade(UpgradeProcess upgradeProcess)
             throws UpgradeException
Throws:
UpgradeException

doUpgrade

protected void doUpgrade()
                  throws Exception
Throws:
Exception

upgradeTable

protected void upgradeTable(String tableName,
                            Object[][] tableColumns)
                     throws Exception
Throws:
Exception

upgradeTable

protected void upgradeTable(String tableName,
                            Object[][] tableColumns,
                            String sqlCreate,
                            String[] sqlAddIndexes)
                     throws Exception
Throws:
Exception

Liferay 6.1.10-ee-ga1