| Package | Description |
|---|---|
| org.axiondb.types |
DataType implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyType
Generic implemention of
DataType, for use by BindVariable. |
class |
BaseNumberDataType
An abstract base
DataTypefor Numbertypes. |
class |
BigDecimalType
A
DataTyperepresenting an number value. |
class |
BigIntType
A
DataTyperepresenting a long value. |
class |
BLOBType
A
DataTyperepresenting a Binary Large Object (BLOB) |
class |
BooleanType
A
DataTyperepresenting a Boolean value. |
class |
ByteType
A
DataTyperepresenting a byte value. |
class |
CharacterType
A
DataTyperepresenting a single char value. |
class |
CharacterVaryingType
A
DataTyperepresenting a Stringvalue with a user-specified maximum
length. |
class |
CLOBType
A
DataTyperepresenting a Char Large Object (CLOB). |
class |
CompressedLOBType
A
DataType representing a compressed LOB value. |
class |
DateType
Implements a date type which can generate instances of java.sql.Date and other JDBC
date-related types.
|
class |
DoubleType
A
DataTyperepresenting a double value. |
class |
FloatType
A
DataType representing a single-precision floating-point value. |
class |
IntegerType
A
DataTyperepresenting an integer value. |
class |
LOBType
|
class |
ObjectType
A
DataTyperepresenting a Serializableobject value. |
class |
ShortType
A
DataTyperepresenting a short value. |
class |
StringType
A
DataType representing a String value. |
class |
TimestampType
A
DataTyperepresenting a timestamp value. |
class |
TimeType
Implements a date type which can generate instances of java.sql.Date and other JDBC
date-related types.
|
class |
UnsignedByteType
A
DataTyperepresenting an unsigned byte value. |
class |
UnsignedIntegerType
A
DataTyperepresenting a unsigned integer value as a long. |
class |
UnsignedShortType
A
DataTyperepresenting an unsigned short value as an int. |
class |
VarBinaryType
A
DataTyperepresenting a BinaryArrayvalue. |