Class DoubleColumn


public class DoubleColumn extends NumericColumn
Column information for double columns
  • Constructor Details

    • DoubleColumn

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