Class ShortIntegerColumn


public class ShortIntegerColumn extends NumericColumn
Column information for short integer columns, note that no XSD types directly correspond to a Types.SMALLINT so this is not really used but merely provided for completeness.
  • Constructor Details

    • ShortIntegerColumn

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