Uses of Package
org.h2.value
-
Packages that use org.h2.value Package Description org.h2.api Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.command.ddl Contains DDL (data definition language) and related SQL statements.org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.command.query Contains queries.org.h2.constraint Database constraints such as check constraints, unique constraints, and referential constraints.org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.expression Expressions include mathematical operations, simple values, and others.org.h2.expression.aggregate Aggregate functions.org.h2.expression.analysis Base classes for data analysis operations and implementations of window functions.org.h2.expression.condition Condition expressions.org.h2.expression.function Functions.org.h2.index Various table index implementations, as well as cursors to navigate in an index.org.h2.jdbc Implementation of the JDBC API (package java.sql).org.h2.jdbc.meta Implementation of the JDBC database metadata API (package java.sql).org.h2.message Trace (logging facility) and error message tool.org.h2.mode Utility classes for compatibility with other database, for example MySQL.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.mvstore.tx Helper classes to use the MVStore in a transactional manner.org.h2.result Implementation of row and internal result sets.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.server A small FTP server.org.h2.server.pg PostgreSQL server implementation of this database.org.h2.store Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.org.h2.table Classes related to a table and table meta data.org.h2.tools Various tools.org.h2.util Internal utility classes.org.h2.util.json Internal utility classes for JSON data type.org.h2.value Data type and value implementations.org.h2.value.lob LOB data for values. -
Classes in org.h2.value used by org.h2.api Class Description TypeInfo Data type with parameters. -
Classes in org.h2.value used by org.h2.command Class Description DataType This class contains meta data information about data types, and can convert between Java objects and Values.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. -
Classes in org.h2.value used by org.h2.command.ddl Class Description TypeInfo Data type with parameters.Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.command.dml Class Description Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.command.query Class Description TypeInfo Data type with parameters.Value This is the base class for all value classes.ValueRow Row value. -
Classes in org.h2.value used by org.h2.constraint Class Description TypeInfo Data type with parameters.Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.engine Class Description CompareMode Instances of this class can compare strings.DataType This class contains meta data information about data types, and can convert between Java objects and Values.Transfer The transfer class is used to send and receive Value objects.Value This is the base class for all value classes.ValueLob A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.ValueTimestampTimeZone Implementation of the TIMESTAMP WITH TIME ZONE data type.VersionedValue A versioned value (possibly null). -
Classes in org.h2.value used by org.h2.expression Class Description Transfer The transfer class is used to send and receive Value objects.Typed An object with data type.TypeInfo Data type with parameters.Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.expression.aggregate Class Description CompareMode Instances of this class can compare strings.Typed An object with data type.TypeInfo Data type with parameters.Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.expression.analysis Class Description Typed An object with data type.TypeInfo Data type with parameters.Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.expression.condition Class Description CompareMode Instances of this class can compare strings.Typed An object with data type.TypeInfo Data type with parameters.Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.expression.function Class Description Typed An object with data type.TypeInfo Data type with parameters.Value This is the base class for all value classes.ValueBigint Implementation of the BIGINT data type.ValueBoolean Implementation of the BOOLEAN data type.ValueNumeric Implementation of the NUMERIC data type.ValueTimestampTimeZone Implementation of the TIMESTAMP WITH TIME ZONE data type. -
Classes in org.h2.value used by org.h2.index Class Description Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.jdbc Class Description CompareMode Instances of this class can compare strings.Value This is the base class for all value classes.ValueArray Implementation of the ARRAY data type.ValueTimestampTimeZone Implementation of the TIMESTAMP WITH TIME ZONE data type. -
Classes in org.h2.value used by org.h2.jdbc.meta Class Description 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.ValueInteger Implementation of the INTEGER data type.ValueSmallint Implementation of the SMALLINT data type. -
Classes in org.h2.value used by org.h2.message Class Description Typed An object with data type. -
Classes in org.h2.value used by org.h2.mode Class Description Typed An object with data type.TypeInfo Data type with parameters.Value This is the base class for all value classes.ValueTimestamp Implementation of the TIMESTAMP data type.ValueTimestampTimeZone Implementation of the TIMESTAMP WITH TIME ZONE data type. -
Classes in org.h2.value used by org.h2.mvstore.db Class Description CompareMode Instances of this class can compare strings.Typed An object with data type.TypeInfo Data type with parameters.Value This is the base class for all value classes.ValueBlob Implementation of the BINARY LARGE OBJECT data type.ValueClob Implementation of the CHARACTER LARGE OBJECT data type.ValueLob A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.ValueRow Row value.VersionedValue A versioned value (possibly null). -
Classes in org.h2.value used by org.h2.mvstore.tx Class Description VersionedValue A versioned value (possibly null). -
Classes in org.h2.value used by org.h2.result Class Description CompareMode Instances of this class can compare strings.Transfer The transfer class is used to send and receive Value objects.Typed An object with data type.TypeInfo Data type with parameters.Value This is the base class for all value classes.ValueRow Row value.VersionedValue A versioned value (possibly null). -
Classes in org.h2.value used by org.h2.schema Class Description TypeInfo Data type with parameters.Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.server Class Description Transfer The transfer class is used to send and receive Value objects. -
Classes in org.h2.value used by org.h2.server.pg Class Description TypeInfo Data type with parameters.Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.store Class Description CompareMode Instances of this class can compare strings.ValueBlob Implementation of the BINARY LARGE OBJECT data type.ValueClob Implementation of the CHARACTER LARGE OBJECT data type.ValueLob A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types. -
Classes in org.h2.value used by org.h2.table Class Description CompareMode Instances of this class can compare strings.Typed An object with data type.TypeInfo Data type with parameters.Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.tools Class Description CompareMode Instances of this class can compare strings.Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.util Class Description TypeInfo Data type with parameters.Value This is the base class for all value classes.ValueDate Implementation of the DATE data type.ValueInterval Implementation of the INTERVAL data type.ValueLob A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.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. -
Classes in org.h2.value used by org.h2.util.json Class Description Value This is the base class for all value classes. -
Classes in org.h2.value used by org.h2.value Class Description 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.ExtTypeInfoNumeric Extended parameters of the NUMERIC data type.ExtTypeInfoRow Extended parameters of the ROW data type.Transfer The transfer class is used to send and receive Value objects.Typed An object with data type.TypeInfo Data type with parameters.Value This is the base class for all value classes.ValueArray Implementation of the ARRAY data type.ValueBigDecimalBase Base class for BigDecimal-based values.ValueBigint Implementation of the BIGINT data type.ValueBinary Implementation of the BINARY data type.ValueBlob Implementation of the BINARY LARGE OBJECT data type.ValueBoolean Implementation of the BOOLEAN data type.ValueBytesBase Base implementation of byte array based data types.ValueChar Implementation of the CHARACTER data type.ValueClob Implementation of the CHARACTER LARGE OBJECT data type.ValueCollectionBase Base class for ARRAY and ROW values.ValueDate Implementation of the DATE data type.ValueDecfloat Implementation of the DECFLOAT data type.ValueDouble Implementation of the DOUBLE PRECISION data type.ValueEnum ENUM value.ValueEnumBase Base implementation of the ENUM data type.ValueGeometry Implementation of the GEOMETRY data type.ValueInteger Implementation of the INTEGER data type.ValueInterval Implementation of the INTERVAL data type.ValueJavaObject Implementation of the JAVA_OBJECT data type.ValueJson Implementation of the JSON data type.ValueLob A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.ValueNull Implementation of NULL.ValueNumeric Implementation of the NUMERIC data type.ValueReal Implementation of the REAL data type.ValueRow Row value.ValueSmallint Implementation of the SMALLINT data type.ValueStringBase Base implementation of String based data types.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.ValueTinyint Implementation of the TINYINT data type.ValueUuid Implementation of the UUID data type.ValueVarbinary Implementation of the BINARY VARYING data type.ValueVarchar Implementation of the CHARACTER VARYING data type.ValueVarcharIgnoreCase Implementation of the VARCHAR_IGNORECASE data type.VersionedValue A versioned value (possibly null). -
Classes in org.h2.value used by org.h2.value.lob Class Description ValueLob A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.