|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.verify.VerifyProcess
com.liferay.portal.verify.VerifySQLServer
public class VerifySQLServer
Field Summary |
---|
Fields inherited from class com.liferay.portal.verify.VerifyProcess |
---|
ALWAYS, NEVER, ONCE |
Constructor Summary | |
---|---|
VerifySQLServer()
|
Method Summary | |
---|---|
protected void |
convertColumnsToUnicode()
|
protected void |
convertTextColumn(String tableName,
String columnName,
int length,
boolean nullable)
|
protected void |
convertVarcharColumn(String tableName,
String columnName,
int length,
boolean nullable)
|
protected void |
doVerify()
|
protected void |
dropNonunicodeTableIndexes()
|
protected List<String> |
getPrimaryKeyColumnNames(String indexName)
|
Methods inherited from class com.liferay.portal.verify.VerifyProcess |
---|
runSQL, runSQL, runSQLTemplate, runSQLTemplate, verify, verify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerifySQLServer()
Method Detail |
---|
protected void convertColumnsToUnicode()
protected void convertTextColumn(String tableName, String columnName, int length, boolean nullable) throws Exception
Exception
protected void convertVarcharColumn(String tableName, String columnName, int length, boolean nullable) throws Exception
Exception
protected void doVerify() throws Exception
doVerify
in class VerifyProcess
Exception
protected void dropNonunicodeTableIndexes()
protected List<String> getPrimaryKeyColumnNames(String indexName)
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |