Uses of Package
org.h2.command.ddl
Packages that use org.h2.command.ddl
Package
Description
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
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.
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.command.ddl used by org.h2.api
-
Classes in org.h2.command.ddl used by org.h2.commandClassDescriptionThis class represents the statement ALTER TABLE ADD CONSTRAINT
-
Classes in org.h2.command.ddl used by org.h2.command.ddlClassDescriptionThe base class for ALTER DOMAIN commands.This class represents the statement ALTER DOMAIN ADD CONSTRAINTThe base class for ALTER TABLE commands.This class represents the statement ALTER TABLE ADD CONSTRAINTThis class represents a non-transaction statement, for example a CREATE or DROP.This class represents a non-transaction statement that involves a schema.Sequence options.
-
Classes in org.h2.command.ddl used by org.h2.command.dmlClassDescriptionThis class represents a non-transaction statement, for example a CREATE or DROP.This class represents a non-transaction statement that involves a schema.
-
Classes in org.h2.command.ddl used by org.h2.mvstore.db
-
Classes in org.h2.command.ddl used by org.h2.schemaClassDescriptionThe data required to create a synonym.The data required to create a table.Sequence options.
-
Classes in org.h2.command.ddl used by org.h2.tableClassDescriptionThe data required to create a synonym.The data required to create a table.Sequence options.