public class VerifySQLServer extends VerifyProcess
ALWAYS, NEVER, ONCE| Constructor and Description |
|---|
VerifySQLServer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
convertColumnsToUnicode() |
protected void |
convertTextColumn(java.lang.String tableName,
java.lang.String columnName,
boolean nullable) |
protected void |
convertVarcharColumn(java.lang.String tableName,
java.lang.String columnName,
int length,
boolean nullable) |
protected void |
doVerify() |
protected void |
dropNonunicodeTableIndexes() |
protected java.util.List<java.lang.String> |
getPrimaryKeyColumnNames(java.lang.String indexName) |
doVerify, getBuildNumber, getPortalTableNames, isPortalTableName, verify, verifyprotected void convertColumnsToUnicode()
protected void convertTextColumn(java.lang.String tableName,
java.lang.String columnName,
boolean nullable)
throws java.lang.Exception
java.lang.Exceptionprotected void convertVarcharColumn(java.lang.String tableName,
java.lang.String columnName,
int length,
boolean nullable)
throws java.lang.Exception
java.lang.Exceptionprotected void doVerify()
throws java.lang.Exception
doVerify in class VerifyProcessjava.lang.Exceptionprotected void dropNonunicodeTableIndexes()
protected java.util.List<java.lang.String> getPrimaryKeyColumnNames(java.lang.String indexName)