Uses of Interface
org.jooq.AlterTableRenameConstraintToStep
-
Uses of AlterTableRenameConstraintToStep in org.jooq
Modifier and TypeMethodDescription@NotNull AlterTableRenameConstraintToStep
AlterTableStep.renameConstraint(String oldName)
Add aRENAME CONSTRAINT
clause to theALTER TABLE
statement.@NotNull AlterTableRenameConstraintToStep
AlterTableStep.renameConstraint(Constraint oldName)
Add aRENAME CONSTRAINT
clause to theALTER TABLE
statement.@NotNull AlterTableRenameConstraintToStep
AlterTableStep.renameConstraint(Name oldName)
Add aRENAME CONSTRAINT
clause to theALTER TABLE
statement.