Package org.apache.empire.dbms.oracle
Class OracleDataDictionnary
java.lang.Object
org.apache.empire.dbms.oracle.OracleDataDictionnary
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassImmutable column info helper class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefines mapping of the Empire-db data types with the oracle data types. -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckDBTableDefinition(List<DBTable> dbTables) voidcheckDBViewDefinition(List<DBView> dbViews) voidfillDataDictionnary(String tableName, String columnName, String dataType, int charLength, int dataLength, int dataPrecision, int dataScale, String nullable)
-
Field Details
-
log
protected static final org.slf4j.Logger log
-
-
Constructor Details
-
OracleDataDictionnary
public OracleDataDictionnary()Defines mapping of the Empire-db data types with the oracle data types.
-
-
Method Details
-
getDictionnary
-
fillDataDictionnary
-
checkDBTableDefinition
-
checkDBViewDefinition
-