public class VerifyMySQL extends VerifyProcess
ALWAYS, NEVER, ONCE| Constructor and Description |
|---|
VerifyMySQL() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doVerify() |
protected String |
getActualColumnType(Statement statement,
String tableName,
String columnName) |
protected void |
verifyDatetimePrecision() |
protected void |
verifyDatetimePrecisionForTable(DatabaseMetaData databaseMetaData,
Statement statement,
String catalog,
String schemaPattern,
String tableName) |
protected void |
verifyTableEngine() |
doVerify, getBuildNumber, getPortalTableNames, isForceConcurrent, isPortalTableName, verify, verifyprotected void doVerify()
throws Exception
doVerify in class VerifyProcessExceptionprotected String getActualColumnType(Statement statement, String tableName, String columnName) throws SQLException
SQLExceptionprotected void verifyDatetimePrecisionForTable(DatabaseMetaData databaseMetaData, Statement statement, String catalog, String schemaPattern, String tableName) throws SQLException
SQLException