Class | Description |
---|---|
BinaryType | Deprecated
internal use only
This class models a fixed-length binary data type.
|
BooleanType | Deprecated
internal use only
Models a Boolean data type.
|
CharType | Deprecated
internal use only
This class models a fixed-length character data type.
|
ClassType |
Models a Class in the type system.
|
DataType | Deprecated
Note: unsupported class
This is the base class for all datatypes.
|
DataTypes |
Encapsulates the primitive or basic data types within the framework.
|
DateTimeTz | Deprecated
Extension of java.util.Date, adds timezone information.
|
FixedType | Deprecated
internal use only
Models a fixed-point (a.k.a.
|
IntegerType | Deprecated
internal use only
This class models a signed integer of given size
|
Interval |
Interval type stores interval information as a long
and provideds coversion methods to/from string.
|
RealType | Deprecated
internal use only
This class models a floating number of given size
|
SequenceType |
Models a Sequence in the type system.
|
UnionType |
Models a Union in the type system.
|
UnsignedIntegerType | Deprecated
internal use only
This class models an unsigned integer of given size
|
Exception | Description |
---|---|
DataTypeFormatException |