Uses of Package
org.h2.command.ddl
-
Packages that use org.h2.command.ddl Package Description org.h2.api Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.command.ddl Contains DDL (data definition language) and related SQL statements.org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.table Classes related to a table and table meta data. -
Classes in org.h2.command.ddl used by org.h2.api Class Description CreateTableData The data required to create a table. -
Classes in org.h2.command.ddl used by org.h2.command Class Description AlterIndexRename This class represents the statement ALTER INDEX RENAMEAlterSequence This class represents the statement ALTER SEQUENCE.AlterTableAddConstraint This class represents the statement ALTER TABLE ADD CONSTRAINTAlterTableAlterColumn This 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 COLUMNAlterUser This class represents the statements ALTER USER ADMIN, ALTER USER RENAME, ALTER USER SET PASSWORDCommandWithColumns CreateAggregate This class represents the statement CREATE AGGREGATECreateConstant This class represents the statement CREATE CONSTANTCreateDomain This class represents the statement CREATE DOMAINCreateFunctionAlias This class represents the statement CREATE ALIASCreateLinkedTable This class represents the statement CREATE LINKED TABLECreateRole This class represents the statement CREATE ROLECreateSchema This class represents the statement CREATE SCHEMACreateSequence This class represents the statement CREATE SEQUENCE.CreateSynonym This class represents the statement CREATE SYNONYMCreateTable This class represents the statement CREATE TABLECreateTrigger This class represents the statement CREATE TRIGGERCreateUser This class represents the statement CREATE USERCreateView This class represents the statement CREATE VIEWDeallocateProcedure This class represents the statement DEALLOCATEDefineCommand This class represents a non-transaction statement, for example a CREATE or DROP.DropAggregate This class represents the statement DROP AGGREGATEDropDomain This class represents the statement DROP DOMAINGrantRevoke This class represents the statements GRANT RIGHT, GRANT ROLE, REVOKE RIGHT, REVOKE ROLESequenceOptions Sequence options. -
Classes in org.h2.command.ddl used by org.h2.command.ddl Class Description AlterDomain The base class for ALTER DOMAIN commands.AlterDomainAddConstraint This class represents the statement ALTER DOMAIN ADD CONSTRAINTAlterTable The base class for ALTER TABLE commands.AlterTableAddConstraint This class represents the statement ALTER TABLE ADD CONSTRAINTCommandWithColumns CreateSynonymData The data required to create a synonym.CreateTableData The data required to create a table.DefineCommand This class represents a non-transaction statement, for example a CREATE or DROP.DropTable.SchemaAndTable SchemaCommand This class represents a non-transaction statement that involves a schema.SchemaOwnerCommand This class represents a non-transaction statement that involves a schema and requires schema owner rights.SequenceOptions Sequence options. -
Classes in org.h2.command.ddl used by org.h2.command.dml Class Description DefineCommand This class represents a non-transaction statement, for example a CREATE or DROP.SchemaCommand This class represents a non-transaction statement that involves a schema. -
Classes in org.h2.command.ddl used by org.h2.engine Class Description CreateTableData The data required to create a table. -
Classes in org.h2.command.ddl used by org.h2.mvstore.db Class Description CreateTableData The data required to create a table. -
Classes in org.h2.command.ddl used by org.h2.schema Class Description CreateSynonymData The data required to create a synonym.CreateTableData The data required to create a table.SequenceOptions Sequence options. -
Classes in org.h2.command.ddl used by org.h2.table Class Description CreateSynonymData The data required to create a synonym.CreateTableData The data required to create a table.SequenceOptions Sequence options.