Uses of Package
org.h2.constraint
Packages that use org.h2.constraint
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DDL (data definition language) and related SQL statements.
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.
Implementation of the JDBC database metadata API (package java.sql).
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
Classes related to a table and table meta data.
-
Classes in org.h2.constraint used by org.h2.command
-
Classes in org.h2.constraint used by org.h2.command.ddlClassDescriptionThe base class for constraint checking.A unique constraint.
-
Classes in org.h2.constraint used by org.h2.constraintClassDescriptionThe base class for constraint checking.A unique constraint.The single column resolver resolves the VALUE column.
-
Classes in org.h2.constraint used by org.h2.engine
-
Classes in org.h2.constraint used by org.h2.expression
-
Classes in org.h2.constraint used by org.h2.jdbc.meta
-
Classes in org.h2.constraint used by org.h2.schemaClassDescriptionThe base class for constraint checking.A domain constraint.
-
Classes in org.h2.constraint used by org.h2.tableClassDescriptionThe base class for constraint checking.A domain constraint.A referential constraint.