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 Javaboolean
orBoolean
type.The column type analogon of a Javabyte
orByte
type.The column type analogon of a Javadouble
orDouble
type.The column type analogon of a Javafloat
orFloat
type.The column type analogon of a Javaint
orInteger
type.The column type analogon of a Javalong
orLong
type.The reference column type.The column type analogon of a Javashort
orShort
type.The column type analogon of a JavaString
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.