Package acdp.types


package acdp.types
Contains the built-in column types as well as the super interface of all column types, the Type interface.

The type of a column is returned by the Information.ColumnInfo.type() method.

  • Class
    Description
    The array column type with elements being references.
    The array column type with elements of SimpleType.
    The column type analogon of a Java boolean or Boolean type.
    The column type analogon of a Java byte or Byte type.
    The column type analogon of a Java double or Double type.
    The column type analogon of a Java float or Float type.
    The column type analogon of a Java int or Integer type.
    The column type analogon of a Java long or Long type.
    The reference column type.
    The column type analogon of a Java short or Short type.
    The column type analogon of a Java String type.
    Defines the super interface of all column types.
    Defines the so called inrow and outrow storage schemes for values of a particular column type.