public class OracleDBModelChecker extends DBModelChecker
| Constructor and Description |
|---|
OracleDBModelChecker() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkBoolColumn(DBColumn column,
DBColumn remoteColumn,
DBModelErrorHandler handler) |
void |
checkModel(DBDatabase db,
Connection conn,
String dbSchema,
DBModelErrorHandler handler)
This method is used to check the database model
|
addColumn, addRelation, addTable, checkAutoIncColumn, checkBlobColumn, checkCharColumn, checkClobColumn, checkColumn, checkColumnNullable, checkColumnSize, checkColumnType, checkDateColumn, checkDecimalColumn, checkFloatColumn, checkForeignKeys, checkIntegerColumn, checkPrimaryKey, checkTable, checkTextColumn, checkUniqueIdColumn, checkUnknownColumn, checkView, collectColumns, collectForeignKeys, collectPrimaryKeys, collectTables, getEmpireDataType, getMetaCatalog, getMetaSchemaPattern, getTable, getTables, isSystemTablepublic void checkModel(DBDatabase db, Connection conn, String dbSchema, DBModelErrorHandler handler)
DBModelCheckercheckModel in class DBModelCheckerdb - The Empire-db definition to be checkedconn - A connection to the databasedbSchema - The database schemahandler - The DBModelErrorHandler implementation that is called whenever an error
occursprotected void checkBoolColumn(DBColumn column, DBColumn remoteColumn, DBModelErrorHandler handler)
checkBoolColumn in class DBModelCheckerCopyright © 2008–2022 Apache Software Foundation. All rights reserved.