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 TypeClassDescriptionclass
This class represents the statement ALTER DOMAIN ADD CONSTRAINTclass
This class represents the statement ALTER DOMAIN DROP CONSTRAINTclass
This class represents the statements ALTER DOMAIN SET DEFAULT ALTER DOMAIN DROP DEFAULT ALTER DOMAIN SET ON UPDATE ALTER DOMAIN DROP ON UPDATEclass
This class represents the statement ALTER DOMAIN RENAMEclass
This class represents the statement ALTER DOMAIN RENAME CONSTRAINTclass
This class represents the statement DROP DOMAIN