Class OracleDataDictionnary.ColumnInfo

java.lang.Object
org.apache.empire.dbms.oracle.OracleDataDictionnary.ColumnInfo
Enclosing class:
OracleDataDictionnary

public class OracleDataDictionnary.ColumnInfo extends Object
Immutable column info helper class
  • Constructor Details

    • ColumnInfo

      public ColumnInfo(String dataType, int charLength, int dataLength, int dataPrecision, int dataScale, String nullable)
  • Method Details

    • getCharLength

      public int getCharLength()
    • getDataLength

      public int getDataLength()
    • getDataPrecision

      public int getDataPrecision()
    • getDataScale

      public int getDataScale()
    • getDataType

      public String getDataType()
    • getNullable

      public String getNullable()