|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaCommand | |
---|---|
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 SchemaCommand in org.h2.command.ddl |
---|
Subclasses of SchemaCommand in org.h2.command.ddl | |
---|---|
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 |
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 |
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 |
CreateView
This class represents the statement CREATE VIEW |
class |
DropConstant
This class represents the statement DROP CONSTANT |
class |
DropFunctionAlias
This class represents the statement DROP ALIAS |
class |
DropIndex
This class represents the statement DROP INDEX |
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 |
DropView
This class represents the statement DROP VIEW |
Uses of SchemaCommand in org.h2.command.dml |
---|
Subclasses of SchemaCommand in org.h2.command.dml | |
---|---|
class |
AlterSequence
This class represents the statement ALTER SEQUENCE |
class |
AlterTableSet
This class represents the statement ALTER TABLE SET |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |