| Class | Description |
|---|---|
| CaseInsensitiveConcurrentMap<V> |
A concurrent hash map with case-insensitive string keys.
|
| CaseInsensitiveMap<V> |
A hash map with a case-insensitive string key.
|
| CharsetCollator |
The charset collator sorts strings according to the order in the given charset.
|
| CompareMode |
Instances of this class can compare strings.
|
| CompareModeDefault |
The default implementation of CompareMode.
|
| CompareModeIcu4J |
An implementation of CompareMode that uses the ICU4J Collator.
|
| DataType |
This class contains meta data information about data types,
and can convert between Java objects and Values.
|
| ExtTypeInfo |
Extended parameters of a data type.
|
| ExtTypeInfoEnum |
Extended parameters of the ENUM data type.
|
| ExtTypeInfoGeometry |
Extended parameters of the GEOMETRY data type.
|
| Transfer |
The transfer class is used to send and receive Value objects.
|
| TypeInfo |
Data type with parameters.
|
| Value |
This is the base class for all value classes.
|
| ValueArray |
Implementation of the ARRAY data type.
|
| ValueBoolean |
Implementation of the BOOLEAN data type.
|
| ValueByte |
Implementation of the BYTE data type.
|
| ValueBytes |
Implementation of the BINARY data type.
|
| ValueCollectionBase |
Base class for ARRAY and ROW values.
|
| ValueDate |
Implementation of the DATE data type.
|
| ValueDecimal |
Implementation of the DECIMAL data type.
|
| ValueDouble |
Implementation of the DOUBLE data type.
|
| ValueEnum |
ENUM value.
|
| ValueEnumBase |
Base implementation of the ENUM data type.
|
| ValueFloat |
Implementation of the REAL data type.
|
| ValueGeometry |
Implementation of the GEOMETRY data type.
|
| ValueInt |
Implementation of the INT data type.
|
| ValueInterval |
Implementation of the INTERVAL data type.
|
| ValueJavaObject |
Implementation of the OBJECT data type.
|
| ValueJson |
Implementation of the JSON data type.
|
| ValueLob |
This is the legacy implementation of LOBs for PageStore databases where the
LOB was stored in an external file.
|
| ValueLobDb |
A implementation of the BLOB and CLOB data types.
|
| ValueLong |
Implementation of the BIGINT data type.
|
| ValueNull |
Implementation of NULL.
|
| ValueResultSet |
Implementation of the RESULT_SET data type.
|
| ValueRow |
Row value.
|
| ValueShort |
Implementation of the SMALLINT data type.
|
| ValueString |
Implementation of the VARCHAR data type.
|
| ValueStringFixed |
Implementation of the CHAR data type.
|
| ValueStringIgnoreCase |
Implementation of the VARCHAR_IGNORECASE data type.
|
| ValueTime |
Implementation of the TIME data type.
|
| ValueTimestamp |
Implementation of the TIMESTAMP data type.
|
| ValueTimestampTimeZone |
Implementation of the TIMESTAMP WITH TIME ZONE data type.
|
| ValueTimeTimeZone |
Implementation of the TIME WITH TIME ZONE data type.
|
| ValueUuid |
Implementation of the UUID data type.
|
| VersionedValue |
A versioned value (possibly null).
|
Data type and value implementations.