Uses of Package
org.h2.value
Packages that use org.h2.value
Package
Description
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
This package contains the parser and the base classes for prepared SQL statements.
Contains DDL (data definition language) and related SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Contains queries.
Database constraints such as check constraints, unique constraints, and referential constraints.
Contains high level classes of the database and classes that don't fit in another sub-package.
Expressions include mathematical operations, simple values, and others.
Aggregate functions.
Base classes for data analysis operations and implementations of window functions.
Condition expressions.
Functions.
Various table index implementations, as well as cursors to navigate in an index.
Implementation of the JDBC API (package java.sql).
Implementation of the JDBC database metadata API (package java.sql).
Trace (logging facility) and error message tool.
Utility classes for compatibility with other database, for example MySQL.
Helper classes to use the MVStore in the H2 database.
Helper classes to use the MVStore in a transactional manner.
Implementation of row and internal result sets.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
A small FTP server.
PostgreSQL server implementation of this database.
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
Classes related to a table and table meta data.
Various tools.
Internal utility classes.
Internal utility classes for JSON data type.
Data type and value implementations.
LOB data for values.
-
Classes in org.h2.value used by org.h2.api
-
Classes in org.h2.value used by org.h2.command
-
Classes in org.h2.value used by org.h2.command.ddl
-
Classes in org.h2.value used by org.h2.command.dml
-
Classes in org.h2.value used by org.h2.command.query
-
Classes in org.h2.value used by org.h2.constraint
-
Classes in org.h2.value used by org.h2.engineClassDescriptionInstances of this class can compare strings.This class contains meta data information about data types, and can convert between Java objects and Values.The transfer class is used to send and receive Value objects.This is the base class for all value classes.A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.Implementation of the TIMESTAMP WITH TIME ZONE data type.A versioned value (possibly null).
-
Classes in org.h2.value used by org.h2.expression
-
Classes in org.h2.value used by org.h2.expression.aggregateClassDescriptionInstances of this class can compare strings.An object with data type.Data type with parameters.This is the base class for all value classes.
-
Classes in org.h2.value used by org.h2.expression.analysis
-
Classes in org.h2.value used by org.h2.expression.conditionClassDescriptionInstances of this class can compare strings.An object with data type.Data type with parameters.This is the base class for all value classes.
-
Classes in org.h2.value used by org.h2.expression.functionClassDescriptionAn object with data type.Data type with parameters.This is the base class for all value classes.Implementation of the BIGINT data type.Implementation of the BOOLEAN data type.Implementation of the NUMERIC data type.Implementation of the TIMESTAMP WITH TIME ZONE data type.
-
Classes in org.h2.value used by org.h2.index
-
Classes in org.h2.value used by org.h2.jdbcClassDescriptionInstances of this class can compare strings.This is the base class for all value classes.Implementation of the ARRAY data type.Implementation of the TIMESTAMP WITH TIME ZONE data type.
-
Classes in org.h2.value used by org.h2.jdbc.metaClassDescriptionThe transfer class is used to send and receive Value objects.Data type with parameters.This is the base class for all value classes.Implementation of the INTEGER data type.Implementation of the SMALLINT data type.
-
Classes in org.h2.value used by org.h2.message
-
Classes in org.h2.value used by org.h2.modeClassDescriptionAn object with data type.Data type with parameters.This is the base class for all value classes.Implementation of the TIMESTAMP data type.Implementation of the TIMESTAMP WITH TIME ZONE data type.
-
Classes in org.h2.value used by org.h2.mvstore.dbClassDescriptionInstances of this class can compare strings.An object with data type.Data type with parameters.This is the base class for all value classes.Implementation of the BINARY LARGE OBJECT data type.Implementation of the CHARACTER LARGE OBJECT data type.A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.Row value.A versioned value (possibly null).
-
Classes in org.h2.value used by org.h2.mvstore.tx
-
Classes in org.h2.value used by org.h2.resultClassDescriptionInstances of this class can compare strings.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.Row value.A versioned value (possibly null).
-
Classes in org.h2.value used by org.h2.schema
-
Classes in org.h2.value used by org.h2.server
-
Classes in org.h2.value used by org.h2.server.pg
-
Classes in org.h2.value used by org.h2.storeClassDescriptionInstances of this class can compare strings.Implementation of the BINARY LARGE OBJECT data type.Implementation of the CHARACTER LARGE OBJECT data type.A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.
-
Classes in org.h2.value used by org.h2.tableClassDescriptionInstances of this class can compare strings.An object with data type.Data type with parameters.This is the base class for all value classes.
-
Classes in org.h2.value used by org.h2.toolsClassDescriptionInstances of this class can compare strings.This is the base class for all value classes.
-
Classes in org.h2.value used by org.h2.utilClassDescriptionData type with parameters.This is the base class for all value classes.Implementation of the DATE data type.Implementation of the INTERVAL data type.A implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT 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 UUID data type.
-
Classes in org.h2.value used by org.h2.util.json
-
Classes in org.h2.value used by org.h2.valueClassDescriptionInstances 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.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).
-
Classes in org.h2.value used by org.h2.value.lobClassDescriptionA implementation of the BINARY LARGE OBJECT and CHARACTER LARGE OBJECT data types.