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

Packages that use DefineCommand
Package
Description
Contains DDL (data definition language) and related SQL statements.
Contains DML (data manipulation language) and related SQL statements.
  • Uses of DefineCommand in org.h2.command.ddl

    Modifier and Type
    Class
    Description
    class 
    The base class for ALTER DOMAIN commands.
    class 
    This class represents the statement ALTER DOMAIN ADD CONSTRAINT
    class 
    This class represents the statement ALTER DOMAIN DROP CONSTRAINT
    class 
    This class represents the statements ALTER DOMAIN SET DEFAULT ALTER DOMAIN DROP DEFAULT ALTER DOMAIN SET ON UPDATE ALTER DOMAIN DROP ON UPDATE
    class 
    This class represents the statement ALTER DOMAIN RENAME
    class 
    This class represents the statement ALTER DOMAIN RENAME CONSTRAINT
    class 
    This class represents the statement ALTER INDEX RENAME
    class 
    This class represents the statement ALTER SCHEMA RENAME
    class 
    This class represents the statement ALTER SEQUENCE.
    class 
    The base class for ALTER TABLE commands.
    class 
    This class represents the statement ALTER TABLE ADD CONSTRAINT
    class 
    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 COLUMN
    class 
    This class represents the statement ALTER TABLE DROP CONSTRAINT
    class 
    This class represents the statement ALTER TABLE RENAME
    class 
    This class represents the statement ALTER TABLE ALTER COLUMN RENAME
    class 
    This class represents the statement ALTER TABLE RENAME CONSTRAINT
    class 
    This class represents the statements ALTER USER ADMIN, ALTER USER RENAME, ALTER USER SET PASSWORD
    class 
    This class represents the statement ALTER VIEW
    class 
    This class represents the statements ANALYZE and ANALYZE TABLE
    class 
     
    class 
    This class represents the statement CREATE AGGREGATE
    class 
    This class represents the statement CREATE CONSTANT
    class 
    This class represents the statement CREATE DOMAIN
    class 
    This class represents the statement CREATE ALIAS
    class 
    This class represents the statement CREATE INDEX
    class 
    This class represents the statement CREATE LINKED TABLE
    class 
    This class represents the statement CREATE ROLE
    class 
    This class represents the statement CREATE SCHEMA
    class 
    This class represents the statement CREATE SEQUENCE.
    class 
    This class represents the statement CREATE SYNONYM
    class 
    This class represents the statement CREATE TABLE
    class 
    This class represents the statement CREATE TRIGGER
    class 
    This class represents the statement CREATE USER
    class 
    This class represents the statement CREATE VIEW
    class 
    This class represents the statement DEALLOCATE
    class 
    This class represents the statement DROP AGGREGATE
    class 
    This class represents the statement DROP CONSTANT
    class 
    This class represents the statement DROP ALL OBJECTS
    class 
    This class represents the statement DROP DOMAIN
    class 
    This class represents the statement DROP ALIAS
    class 
    This class represents the statement DROP INDEX
    class 
    This class represents the statement DROP ROLE
    class 
    This class represents the statement DROP SCHEMA
    class 
    This class represents the statement DROP SEQUENCE
    class 
    This class represents the statement DROP SYNONYM
    class 
    This class represents the statement DROP TABLE
    class 
    This class represents the statement DROP TRIGGER
    class 
    This class represents the statement DROP USER
    class 
    This class represents the statement DROP VIEW
    class 
    This class represents the statements GRANT RIGHT, GRANT ROLE, REVOKE RIGHT, REVOKE ROLE
    class 
    This class represents the statement PREPARE
    class 
    This class represents a non-transaction statement that involves a schema.
    class 
    This class represents the statement COMMENT
    class 
    This class represents the statement TRUNCATE TABLE
    Methods in org.h2.command.ddl with parameters of type DefineCommand
    Modifier and Type
    Method
    Description
    void
    CommandWithColumns.addConstraintCommand(DefineCommand command)
    Add a constraint statement to this statement.
  • Uses of DefineCommand in org.h2.command.dml

    Modifier and Type
    Class
    Description
    class 
    This class represents the statement ALTER TABLE SET