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 classAlterTableAddConstraintThis class represents the statement ALTER TABLE ADD CONSTRAINTclassAlterTableDropConstraintThis class represents the statement ALTER TABLE DROP CONSTRAINTclassAlterTableRenameThis class represents the statement ALTER TABLE RENAMEclassAlterTableRenameColumnThis class represents the statement ALTER TABLE ALTER COLUMN RENAMEclassAlterTableRenameConstraintThis class represents the statement ALTER TABLE RENAME CONSTRAINT
-