class |
AlterDomain |
The base class for ALTER DOMAIN commands.
|
class |
AlterDomainAddConstraint |
This class represents the statement ALTER DOMAIN ADD CONSTRAINT
|
class |
AlterDomainDropConstraint |
This class represents the statement ALTER DOMAIN DROP CONSTRAINT
|
class |
AlterDomainExpressions |
This class represents the statements
ALTER DOMAIN SET DEFAULT
ALTER DOMAIN DROP DEFAULT
ALTER DOMAIN SET ON UPDATE
ALTER DOMAIN DROP ON UPDATE
|
class |
AlterDomainRename |
This class represents the statement
ALTER DOMAIN RENAME
|
class |
AlterDomainRenameConstraint |
This class represents the statement
ALTER DOMAIN RENAME CONSTRAINT
|
class |
AlterSequence |
This class represents the statement ALTER SEQUENCE.
|
class |
AlterTable |
The base class for ALTER TABLE commands.
|
class |
AlterTableAddConstraint |
This class represents the statement
ALTER TABLE ADD CONSTRAINT
|
class |
AlterTableAlterColumn |
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 |
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 |
AlterTableRenameConstraint |
This class represents the statement
ALTER TABLE RENAME CONSTRAINT
|
class |
CommandWithColumns |
|
class |
CreateAggregate |
This class represents the statement
CREATE AGGREGATE
|
class |
CreateConstant |
This class represents the statement
CREATE CONSTANT
|
class |
CreateDomain |
This class represents the statement
CREATE DOMAIN
|
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 |
CreateSynonym |
This class represents the statement
CREATE SYNONYM
|
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 |
DropAggregate |
This class represents the statement
DROP AGGREGATE
|
class |
DropConstant |
This class represents the statement
DROP CONSTANT
|
class |
DropDomain |
This class represents the statement DROP DOMAIN
|
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 |
DropSynonym |
This class represents the statement
DROP SYNONYM
|
class |
DropTrigger |
This class represents the statement
DROP TRIGGER
|
class |
DropView |
This class represents the statement
DROP VIEW
|
(package private) class |
SchemaOwnerCommand |
This class represents a non-transaction statement that involves a schema and
requires schema owner rights.
|