Uses of Package
org.h2.schema
Packages that use org.h2.schema
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.
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.
Aggregate functions.
Functions.
Table value functions.
Various table index implementations, as well as cursors to navigate in an index.
Implementation of the JDBC database metadata API (package java.sql).
Utility classes for compatibility with other database, for example MySQL.
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).
Classes related to a table and table meta data.
-
Classes in org.h2.schema used by org.h2.commandClassDescriptionRepresents a domain.Represents a user-defined function, or alias.A schema as created by the SQL statement CREATE SCHEMAA sequence is created using the statement CREATE SEQUENCEUser-defined Java function or aggregate function.
-
Classes in org.h2.schema used by org.h2.command.ddlClassDescriptionRepresents a domain.A schema as created by the SQL statement CREATE SCHEMAAny database object that is stored in a schema.A sequence is created using the statement CREATE SEQUENCECYCLE clause and sequence state.
-
Classes in org.h2.schema used by org.h2.command.dml
-
Classes in org.h2.schema used by org.h2.constraintClassDescriptionRepresents a domain.A schema as created by the SQL statement CREATE SCHEMAAny database object that is stored in a schema.
-
Classes in org.h2.schema used by org.h2.engineClassDescriptionA schema as created by the SQL statement CREATE SCHEMAAny database object that is stored in a schema.A sequence is created using the statement CREATE SEQUENCE
-
Classes in org.h2.schema used by org.h2.expression
-
Classes in org.h2.schema used by org.h2.expression.aggregate
-
Classes in org.h2.schema used by org.h2.expression.functionClassDescriptionRepresents a domain.Represents a user-defined function, or alias.There may be multiple Java methods that match a function name.
-
Classes in org.h2.schema used by org.h2.expression.function.tableClassDescriptionRepresents a user-defined function, or alias.There may be multiple Java methods that match a function name.
-
Classes in org.h2.schema used by org.h2.index
-
Classes in org.h2.schema used by org.h2.jdbc.metaClassDescriptionA schema as created by the SQL statement CREATE SCHEMAAny database object that is stored in a schema.
-
Classes in org.h2.schema used by org.h2.modeClassDescriptionMeta data schema.A schema as created by the SQL statement CREATE SCHEMAAny database object that is stored in a schema.
-
Classes in org.h2.schema used by org.h2.mvstore.db
-
Classes in org.h2.schema used by org.h2.schemaClassDescriptionA user-defined constant as created by the SQL statement CREATE CONSTANTRepresents a domain.Represents a user-defined function, or alias.There may be multiple Java methods that match a function name.Meta data schema.A schema as created by the SQL statement CREATE SCHEMAAny database object that is stored in a schema.A sequence is created using the statement CREATE SEQUENCECYCLE clause and sequence state.A trigger is created using the statement CREATE TRIGGERRepresents a user-defined aggregate function.User-defined Java function or aggregate function.
-
Classes in org.h2.schema used by org.h2.tableClassDescriptionA user-defined constant as created by the SQL statement CREATE CONSTANTRepresents a domain.A schema as created by the SQL statement CREATE SCHEMAAny database object that is stored in a schema.A sequence is created using the statement CREATE SEQUENCEA trigger is created using the statement CREATE TRIGGER