| Package | Description |
|---|---|
| org.h2.api |
Contains interfaces for user-defined extensions, such as triggers and
user-defined aggregate functions.
|
| org.h2.engine |
Contains high level classes of the database and classes that don't fit in
another sub-package.
|
| org.h2.fulltext |
The native full text search implementation, and the wrapper for the Lucene
full text search implementation.
|
| 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.tools |
Various tools.
|