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, verify
protected void doVerify() throws Exception
doVerify
in class VerifyProcess
Exception
protected String getActualColumnType(Statement statement, String tableName, String columnName) throws SQLException
SQLException
protected void verifyDatetimePrecisionForTable(DatabaseMetaData databaseMetaData, Statement statement, String catalog, String schemaPattern, String tableName) throws SQLException
SQLException