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.
-
ClassDescriptionThe array column type with elements being references.The array column type with elements of
SimpleType.The column type analogon of a JavabooleanorBooleantype.The column type analogon of a JavabyteorBytetype.The column type analogon of a JavadoubleorDoubletype.The column type analogon of a JavafloatorFloattype.The column type analogon of a JavaintorIntegertype.The column type analogon of a JavalongorLongtype.The reference column type.The column type analogon of a JavashortorShorttype.The column type analogon of a JavaStringtype.Defines the super interface of all column types.Defines the so called inrow and outrow storage schemes for values of a particular column type.