Liferay 6.1.2-ce-ga3

com.liferay.portal.verify
Class VerifyOracle

java.lang.Object
  extended by com.liferay.portal.kernel.dao.db.BaseDBProcess
      extended by com.liferay.portal.verify.VerifyProcess
          extended by com.liferay.portal.verify.VerifyOracle
All Implemented Interfaces:
DBProcess

public class VerifyOracle
extends VerifyProcess


Field Summary
 
Fields inherited from class com.liferay.portal.verify.VerifyProcess
ALWAYS, NEVER, ONCE
 
Constructor Summary
VerifyOracle()
           
 
Method Summary
protected  void alterVarchar2Columns()
           
protected  void convertColumnToClob(String tableName, String columnName)
           
protected  void doVerify()
           
protected  boolean isBetweenBuildNumbers(int buildNumber, int startBuildNumber, int endBuildNumber)
           
 
Methods inherited from class com.liferay.portal.verify.VerifyProcess
getBuildNumber, getPortalTableNames, isPortalTableName, verify, verify
 
Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess
runSQL, runSQL, runSQLTemplate, runSQLTemplate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyOracle

public VerifyOracle()
Method Detail

alterVarchar2Columns

protected void alterVarchar2Columns()
                             throws Exception
Throws:
Exception

convertColumnToClob

protected void convertColumnToClob(String tableName,
                                   String columnName)
                            throws Exception
Throws:
Exception

doVerify

protected void doVerify()
                 throws Exception
Overrides:
doVerify in class VerifyProcess
Throws:
Exception

isBetweenBuildNumbers

protected boolean isBetweenBuildNumbers(int buildNumber,
                                        int startBuildNumber,
                                        int endBuildNumber)

Liferay 6.1.2-ce-ga3