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
Subclasses of SchemaCommand in org.h2.command.ddlModifier and TypeClassDescriptionclass
The base class for ALTER DOMAIN commands.class
This class represents the statement ALTER DOMAIN ADD CONSTRAINTclass
This class represents the statement ALTER DOMAIN DROP CONSTRAINTclass
This class represents the statements ALTER DOMAIN SET DEFAULT ALTER DOMAIN DROP DEFAULT ALTER DOMAIN SET ON UPDATE ALTER DOMAIN DROP ON UPDATEclass
This class represents the statement ALTER DOMAIN RENAMEclass
This class represents the statement ALTER DOMAIN RENAME CONSTRAINTclass
This class represents the statement ALTER SEQUENCE.class
The base class for ALTER TABLE commands.class
This class represents the statement ALTER TABLE ADD CONSTRAINTclass
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 COLUMNclass
This class represents the statement ALTER TABLE DROP CONSTRAINTclass
This class represents the statement ALTER TABLE RENAMEclass
This class represents the statement ALTER TABLE ALTER COLUMN RENAMEclass
This class represents the statement ALTER TABLE RENAME CONSTRAINTclass
class
This class represents the statement CREATE AGGREGATEclass
This class represents the statement CREATE CONSTANTclass
This class represents the statement CREATE DOMAINclass
This class represents the statement CREATE ALIASclass
This class represents the statement CREATE INDEXclass
This class represents the statement CREATE LINKED TABLEclass
This class represents the statement CREATE SEQUENCE.class
This class represents the statement CREATE SYNONYMclass
This class represents the statement CREATE TABLEclass
This class represents the statement CREATE TRIGGERclass
This class represents the statement CREATE VIEWclass
This class represents the statement DROP AGGREGATEclass
This class represents the statement DROP CONSTANTclass
This class represents the statement DROP DOMAINclass
This class represents the statement DROP ALIASclass
This class represents the statement DROP INDEXclass
This class represents the statement DROP SEQUENCEclass
This class represents the statement DROP SYNONYMclass
This class represents the statement DROP TRIGGERclass
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
Subclasses of SchemaCommand in org.h2.command.dmlModifier and TypeClassDescriptionclass
This class represents the statement ALTER TABLE SET