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

Packages that use SchemaCommand
Package
Description
Contains DDL (data definition language) and related SQL statements.
Contains DML (data manipulation language) and related SQL statements.
  • Uses of SchemaCommand 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 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 
     
    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 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 VIEW
    class 
    This class represents the statement DROP AGGREGATE
    class 
    This class represents the statement DROP CONSTANT
    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 SEQUENCE
    class 
    This class represents the statement DROP SYNONYM
    class 
    This class represents the statement DROP TRIGGER
    class 
    This class represents the statement DROP VIEW
    (package private) class 
    This class represents a non-transaction statement that involves a schema and requires schema owner rights.
  • Uses of SchemaCommand in org.h2.command.dml

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