Uses of Class
org.h2.command.ddl.AlterDomain
Packages that use AlterDomain
Package
Description
Contains DDL (data definition language) and related SQL statements.
-
Uses of AlterDomain in org.h2.command.ddl
Subclasses of AlterDomain in org.h2.command.ddlModifier and TypeClassDescriptionclassThis class represents the statement ALTER DOMAIN ADD CONSTRAINTclassThis class represents the statement ALTER DOMAIN DROP CONSTRAINTclassThis class represents the statements ALTER DOMAIN SET DEFAULT ALTER DOMAIN DROP DEFAULT ALTER DOMAIN SET ON UPDATE ALTER DOMAIN DROP ON UPDATEclassThis class represents the statement ALTER DOMAIN RENAMEclassThis class represents the statement ALTER DOMAIN RENAME CONSTRAINTclassThis class represents the statement DROP DOMAIN