Class IntegerColumn


public class IntegerColumn extends NumericColumn
Column information for normal integer columns, integer columns report as Types.INTEGER for JDBC purposes because some of the XML Schema integer types equate to integer
  • Constructor Details

    • IntegerColumn

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