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, verify
protected void convertColumnsToUnicode()
protected void convertTextColumn(String tableName, String columnName, 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)