| Interface | Description |
|---|---|
| IDataTypeFactory |
A factory for creating
DataType. |
| IDbProductRelatable |
Reports what database products this object relates to.
|
| Class | Description |
|---|---|
| AbstractDataType |
Abstract data type implementation that provides generic methods that are
appropriate for most data type implementations.
|
| BigIntegerDataType |
Inserts and reads
BigInteger values into/from a database. |
| BinaryStreamDataType | |
| BitDataType | |
| BlobDataType | |
| BooleanDataType | |
| BytesDataType | |
| ClobDataType | |
| DataType |
Data type that maps
Types objects to their
java counterparts. |
| DateDataType | |
| DefaultDataTypeFactory |
Generic factory that handle standard JDBC types.
|
| DoubleDataType | |
| FloatDataType | |
| IntegerDataType | |
| LongDataType | |
| NumberDataType | |
| NumberTolerantDataType |
Extended version of the
NumberDataType. |
| StringDataType | |
| StringIgnoreCaseDataType |
String data type that ignore case when comparing String values.
|
| TimeDataType |
Data type that maps a SQL
Types.TIME object to a java object. |
| TimestampDataType | |
| ToleratedDeltaMap |
Container that manages a map of
ToleratedDeltaMap.ToleratedDelta objects to be used
for numeric comparisons with an allowed deviation of two values |
| ToleratedDeltaMap.Precision |
Container for the tolerated delta of two values that are compared to each other.
|
| ToleratedDeltaMap.ToleratedDelta |
Simple bean that holds the tolerance for floating point comparisons for a specific
database column.
|
| UnknownDataType | |
| UuidAwareBytesDataType |
A datatype that is capable of storing UUIDs into BINARY fields (big-endian).
|
| Exception | Description |
|---|---|
| DataTypeException | |
| TypeCastException |
Copyright © 2002-2017. All Rights Reserved.