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.
Contains high level classes of the database and classes that don't fit in another sub-package.
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 INDEX RENAMEThis class represents the statement ALTER SEQUENCE.This class represents the statement ALTER TABLE ADD CONSTRAINTThis class represents the statements ALTER TABLE ADD, ALTER TABLE ADD IF NOT EXISTS, ALTER TABLE ALTER COLUMN, ALTER TABLE ALTER COLUMN SELECTIVITY, ALTER TABLE ALTER COLUMN SET DEFAULT, ALTER TABLE ALTER COLUMN DROP DEFAULT, ALTER TABLE ALTER COLUMN DROP EXPRESSION, ALTER TABLE ALTER COLUMN SET NULL, ALTER TABLE ALTER COLUMN DROP NULL, ALTER TABLE ALTER COLUMN SET VISIBLE, ALTER TABLE ALTER COLUMN SET INVISIBLE, ALTER TABLE DROP COLUMNThis class represents the statements ALTER USER ADMIN, ALTER USER RENAME, ALTER USER SET PASSWORDThis class represents the statement CREATE AGGREGATEThis class represents the statement CREATE CONSTANTThis class represents the statement CREATE DOMAINThis class represents the statement CREATE ALIASThis class represents the statement CREATE LINKED TABLEThis class represents the statement CREATE ROLEThis class represents the statement CREATE SCHEMAThis class represents the statement CREATE SEQUENCE.This class represents the statement CREATE SYNONYMThis class represents the statement CREATE TABLEThis class represents the statement CREATE TRIGGERThis class represents the statement CREATE USERThis class represents the statement CREATE VIEWThis class represents the statement DEALLOCATEThis class represents a non-transaction statement, for example a CREATE or DROP.This class represents the statement DROP AGGREGATEThis class represents the statement DROP DOMAINThis class represents the statements GRANT RIGHT, GRANT ROLE, REVOKE RIGHT, REVOKE ROLESequence options.
-
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 CONSTRAINTThe data required to create a synonym.The data required to create a table.This class represents a non-transaction statement, for example a CREATE or DROP.This class represents a non-transaction statement that involves a schema.This class represents a non-transaction statement that involves a schema and requires schema owner rights.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.engine
-
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.