com.liferay.portal.verify
Class VerifySQLServer
java.lang.Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.verify.VerifyProcess
com.liferay.portal.verify.VerifySQLServer
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.db.DBProcess
public class VerifySQLServer
- extends VerifyProcess
| Fields inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess |
connection |
| Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBProcess |
doHasTable, hasColumn, hasRows, hasRows, hasTable, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifySQLServer
public VerifySQLServer()
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
doVerify
protected void doVerify()
throws Exception
- Overrides:
doVerify in class VerifyProcess
- Throws:
Exception
dropNonunicodeTableIndexes
protected void dropNonunicodeTableIndexes()
getPrimaryKeyColumnNames
protected List<String> getPrimaryKeyColumnNames(String indexName)