Uses of Class
org.h2.command.ddl.DefineCommand

Packages that use DefineCommand
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. 
 

Uses of DefineCommand in org.h2.command.ddl
 

Subclasses of DefineCommand in org.h2.command.ddl
 class AlterIndexRename
          This class represents the statement ALTER INDEX RENAME
 class AlterTableAddConstraint
          This class represents the statement ALTER TABLE ADD CONSTRAINT
 class AlterTableAlterColumn
          This class represents the statements ALTER TABLE ADD, ALTER TABLE ALTER COLUMN, ALTER TABLE ALTER COLUMN RESTART, ALTER TABLE ALTER COLUMN SELECTIVITY, ALTER TABLE ALTER COLUMN SET DEFAULT, ALTER TABLE ALTER COLUMN SET NOT NULL, ALTER TABLE ALTER COLUMN SET NULL, ALTER TABLE DROP COLUMN
 class AlterTableDropConstraint
          This class represents the statement ALTER TABLE DROP CONSTRAINT
 class AlterTableRename
          This class represents the statement ALTER TABLE RENAME
 class AlterTableRenameColumn
          This class represents the statement ALTER TABLE ALTER COLUMN RENAME
 class AlterUser
          This class represents the statements ALTER USER ADMIN, ALTER USER RENAME, ALTER USER SET PASSWORD
 class AlterView
          This class represents the statement ALTER VIEW
 class Analyze
          This class represents the statement ANALYZE
 class CreateAggregate
          This class represents the statement CREATE AGGREGATE
 class CreateConstant
          This class represents the statement CREATE CONSTANT
 class CreateFunctionAlias
          This class represents the statement CREATE ALIAS
 class CreateIndex
          This class represents the statement CREATE INDEX
 class CreateLinkedTable
          This class represents the statement CREATE LINKED TABLE
 class CreateRole
          This class represents the statement CREATE ROLE
 class CreateSchema
          This class represents the statement CREATE SCHEMA
 class CreateSequence
          This class represents the statement CREATE SEQUENCE
 class CreateTable
          This class represents the statement CREATE TABLE
 class CreateTrigger
          This class represents the statement CREATE TRIGGER
 class CreateUser
          This class represents the statement CREATE USER
 class CreateUserDataType
          This class represents the statement CREATE DOMAIN
 class CreateView
          This class represents the statement CREATE VIEW
 class DeallocateProcedure
          This class represents the statement DEALLOCATE
 class DropAggregate
          This class represents the statement DROP AGGREGATE
 class DropConstant
          This class represents the statement DROP CONSTANT
 class DropDatabase
          This class represents the statement DROP ALL OBJECTS
 class DropFunctionAlias
          This class represents the statement DROP ALIAS
 class DropIndex
          This class represents the statement DROP INDEX
 class DropRole
          This class represents the statement DROP ROLE
 class DropSchema
          This class represents the statement DROP SCHEMA
 class DropSequence
          This class represents the statement DROP SEQUENCE
 class DropTable
          This class represents the statement DROP TABLE
 class DropTrigger
          This class represents the statement DROP TRIGGER
 class DropUser
          This class represents the statement DROP USER
 class DropUserDataType
          This class represents the statement DROP DOMAIN
 class DropView
          This class represents the statement DROP VIEW
 class GrantRevoke
          This class represents the statements GRANT RIGHT, GRANT ROLE, REVOKE RIGHT, REVOKE ROLE
 class PrepareProcedure
          This class represents the statement PREPARE
 class SchemaCommand
          This class represents a non-transaction statement that involves a schema.
 class SetComment
          This class represents the statement COMMENT
 class TruncateTable
          This class represents the statement TRUNCATE TABLE
 

Uses of DefineCommand in org.h2.command.dml
 

Subclasses of DefineCommand in org.h2.command.dml
 class AlterSequence
          This class represents the statement ALTER SEQUENCE
 class AlterTableSet
          This class represents the statement ALTER TABLE SET