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 |
DropDomain |
This class represents the statement DROP DOMAIN
|