public class FloatColumn extends NumericColumn
Column information for float columns
  • Constructor Details

    • FloatColumn

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