Class LongIntegerColumn


public class LongIntegerColumn extends NumericColumn
Column information for integer columns, integer columns report as Types.BIGINT for JDBC purposes because most of the XML Schema integer types equate to longs
  • Constructor Details

    • LongIntegerColumn

      public LongIntegerColumn(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