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 |
CreateConstant |
This class represents the statement
CREATE CONSTANT
|
class |
CreateDomain |
This class represents the statement
CREATE DOMAIN
|
class |
CreateSequence |
This class represents the statement CREATE SEQUENCE.
|
class |
CreateSynonym |
This class represents the statement
CREATE SYNONYM
|
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 |
DropSequence |
This class represents the statement
DROP SEQUENCE
|
class |
DropSynonym |
This class represents the statement
DROP SYNONYM
|