Uses of Class
org.h2.command.ddl.AlterTableAddConstraint
Packages that use AlterTableAddConstraint
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DDL (data definition language) and related SQL statements.
-
Uses of AlterTableAddConstraint in org.h2.command
Methods in org.h2.command that return AlterTableAddConstraintModifier and TypeMethodDescriptionstatic AlterTableAddConstraintParser.newPrimaryKeyConstraintCommand(SessionLocal session, Schema schema, String tableName, Column column) Create a new alter table command. -
Uses of AlterTableAddConstraint in org.h2.command.ddl
Methods in org.h2.command.ddl that return AlterTableAddConstraint