public class ByteColumn extends NumericColumn
Column information for byte columns
  • Constructor Details

    • ByteColumn

      public ByteColumn(String label, int nullable, boolean signed) throws SQLException
      Creates new byte column information
      Parameters:
      label - Label
      nullable - Nullability of the column
      signed - Whether the column is signed
      Throws:
      SQLException