Uses of Class
org.h2.message.DbException

Packages that use DbException
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DML (data manipulation language) and related SQL statements.
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.
Table value functions.
Various table index implementations, as well as cursors to navigate in an index.
Trace (logging facility) and error message tool.
Helper classes to use the MVStore in the H2 database.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
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.
Internal utility classes.
Data type and value implementations.