Class ColumnProperties


  • public class ColumnProperties
    extends Object
    Class that encapsulates column properties. These are the same properties showed in the output of SHOW COLUMNS. Note that this is slightly different than the internal column metadata used elsewhere in this SDK.
    • Method Detail

      • getType

        public String getType()
      • getLogicalType

        public String getLogicalType()
      • getPrecision

        public Integer getPrecision()
      • getScale

        public Integer getScale()
      • getByteLength

        public Integer getByteLength()
      • getLength

        public Integer getLength()
      • isNullable

        public boolean isNullable()