public class VerifySQLServer extends VerifyProcess
ALWAYS, NEVER, ONCE| Constructor and Description |
|---|
VerifySQLServer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
convertColumnsToUnicode() |
protected void |
convertTextColumn(String tableName,
String columnName,
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) |
doVerify, getBuildNumber, getPortalTableNames, isForceConcurrent, isPortalTableName, verify, verifyprotected void convertColumnsToUnicode()
protected void convertTextColumn(String tableName, String columnName, boolean nullable) throws Exception
Exceptionprotected void convertVarcharColumn(String tableName, String columnName, int length, boolean nullable) throws Exception
Exceptionprotected void doVerify()
throws Exception
doVerify in class VerifyProcessExceptionprotected void dropNonunicodeTableIndexes()