Uses of Class
org.h2.command.ddl.AlterTable
-
Packages that use AlterTable Package Description org.h2.command.ddl Contains DDL (data definition language) and related SQL statements. -
-
Uses of AlterTable in org.h2.command.ddl
Subclasses of AlterTable in org.h2.command.ddl Modifier and Type Class Description class
AlterTableAddConstraint
This class represents the statement ALTER TABLE ADD CONSTRAINTclass
AlterTableDropConstraint
This class represents the statement ALTER TABLE DROP CONSTRAINTclass
AlterTableRename
This class represents the statement ALTER TABLE RENAMEclass
AlterTableRenameColumn
This class represents the statement ALTER TABLE ALTER COLUMN RENAMEclass
AlterTableRenameConstraint
This class represents the statement ALTER TABLE RENAME CONSTRAINT
-