Packages
org.h2 Implementation of the JDBC driver.
org.h2.api Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
org.h2.bnf The implementation of the BNF (Backus-Naur form) parser and tool.
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.compress Lossless data compression classes.
org.h2.constant Error codes and system properties.
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, conditions, simple values, and functions.
org.h2.fulltext The native full text search implementation, and the wrapper for the the Lucene full text search implementation.
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.jdbcx Implementation of the extended JDBC API (package javax.sql).
org.h2.message Trace (logging facility) and error message tool.
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.security Security classes, such as encryption and cryptographically secure hash algorithms.
org.h2.server A small FTP server.
org.h2.server.pg PostgreSQL server implementation of this database.
org.h2.server.web The H2 Console tool.
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.store.fs A file system abstraction.
org.h2.table Classes related to a table and table meta data.
org.h2.tools Various tools.
org.h2.upgrade Implementation of the database upgrade mechanism.
org.h2.util Internal utility classes.
org.h2.value Data type and value implementations.