Uses of Class
org.h2.engine.Database

Packages that use Database
Package
Description
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.
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.
Condition expressions.
Functions.
Implementation of the JDBC database metadata API (package java.sql).
Implementation of the Java Management Extension (JMX) features.
Utility classes for compatibility with other database, for example MySQL.
Helper classes to use the MVStore in the H2 database.
Implementation of row and internal result sets.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
Authentication classes.
Classes related to a table and table meta data.