Package org.apache.empire.dbms.oracle
Class OracleDataDictionnary.ColumnInfo
java.lang.Object
org.apache.empire.dbms.oracle.OracleDataDictionnary.ColumnInfo
- Enclosing class:
- OracleDataDictionnary
Immutable column info helper class
-
Constructor Summary
ConstructorsConstructorDescriptionColumnInfo(String dataType, int charLength, int dataLength, int dataPrecision, int dataScale, String nullable) -
Method Summary
Modifier and TypeMethodDescriptionintintintint
-
Constructor Details
-
ColumnInfo
-
-
Method Details
-
getCharLength
public int getCharLength() -
getDataLength
public int getDataLength() -
getDataPrecision
public int getDataPrecision() -
getDataScale
public int getDataScale() -
getDataType
-
getNullable
-