Class ColumnMetadata


  • @Deprecated
    public class ColumnMetadata
    extends Object
    Deprecated.
    Use ColumnInformation or ColumnInformationImpl instead
    JDBC column metadata
    • Method Detail

      • getName

        public String getName()
        Deprecated.
      • getTypeName

        public String getTypeName()
        Deprecated.
      • getColumnSize

        public int getColumnSize()
        Deprecated.
      • getDecimalDigits

        public int getDecimalDigits()
        Deprecated.
      • getNullable

        public String getNullable()
        Deprecated.
      • getTypeCode

        public int getTypeCode()
        Deprecated.