Class DecimalColumn


public class DecimalColumn extends NumericColumn
Column information for decimal columns
  • Constructor Details

    • DecimalColumn

      public DecimalColumn(String label, int nullable) throws SQLException
      Creates new decimal column information
      Parameters:
      label - Label
      nullable - Nullability
      Throws:
      SQLException