Uses of Class
org.h2.command.ddl.SchemaOwnerCommand
Packages that use SchemaOwnerCommand
Package
Description
Contains DDL (data definition language) and related SQL statements.
-
Uses of SchemaOwnerCommand in org.h2.command.ddl
Subclasses of SchemaOwnerCommand in org.h2.command.ddlModifier and TypeClassDescriptionclass
The base class for ALTER DOMAIN commands.class
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 ALTER SEQUENCE.class
This class represents the statement CREATE CONSTANTclass
This class represents the statement CREATE DOMAINclass
This class represents the statement CREATE SEQUENCE.class
This class represents the statement CREATE SYNONYMclass
This class represents the statement CREATE VIEWclass
This class represents the statement DROP AGGREGATEclass
This class represents the statement DROP CONSTANTclass
This class represents the statement DROP DOMAINclass
This class represents the statement DROP ALIASclass
This class represents the statement DROP SEQUENCEclass
This class represents the statement DROP SYNONYM