Package org.h2.value
package org.h2.value
Data type and value implementations.
-
ClassDescriptionA concurrent hash map with case-insensitive string keys.A hash map with a case-insensitive string key.The charset collator sorts strings according to the order in the given charset.Instances of this class can compare strings.The default implementation of CompareMode.An implementation of CompareMode that uses the ICU4J Collator.This class contains meta data information about data types, and can convert between Java objects and Values.Extended parameters of a data type.Extended parameters of the ENUM data type.Extended parameters of the GEOMETRY data type.Extended parameters of the NUMERIC data type.Extended parameters of the ROW data type.The transfer class is used to send and receive Value objects.An object with data type.Data type with parameters.This is the base class for all value classes.Implementation of the ARRAY data type.Base class for BigDecimal-based values.Implementation of the BIGINT data type.Implementation of the BINARY data type.Implementation of the BINARY LARGE OBJECT data type.Implementation of the BOOLEAN data type.Base implementation of byte array based data types.Implementation of the CHARACTER data type.Implementation of the CHARACTER LARGE OBJECT data type.Base class for ARRAY and ROW values.Implementation of the DATE data type.Implementation of the DECFLOAT data type.Implementation of the DOUBLE PRECISION data type.ENUM value.Base implementation of the ENUM data type.Implementation of the GEOMETRY data type.Implementation of the INTEGER data type.Implementation of the INTERVAL data type.Implementation of the JAVA_OBJECT data type.Implementation of the JSON data type.A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.Implementation of NULL.Implementation of the NUMERIC data type.Implementation of the REAL data type.Row value.Implementation of the SMALLINT data type.Base implementation of String based data types.Implementation of the TIME data type.Implementation of the TIMESTAMP data type.Implementation of the TIMESTAMP WITH TIME ZONE data type.Implementation of the TIME WITH TIME ZONE data type.Implementation of the TINYINT data type.Data type conversion methods between values and Java objects.Data type conversion methods between values and Java objects to use on the server side on H2 only.Implementation of the UUID data type.Implementation of the BINARY VARYING data type.Implementation of the CHARACTER VARYING data type.Implementation of the VARCHAR_IGNORECASE data type.A versioned value (possibly null).