Uses of Interface
org.jooq.AlterTableAlterConstraintStep
Packages that use AlterTableAlterConstraintStep
-
Uses of AlterTableAlterConstraintStep in org.jooq
Subinterfaces of AlterTableAlterConstraintStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceThe step in theALTER TABLEDSL used toALTERconstraints.Methods in org.jooq that return AlterTableAlterConstraintStepModifier and TypeMethodDescription@NotNull AlterTableAlterConstraintStepAlterTableStep.alter(Constraint constraint) Add anALTER CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableAlterConstraintStepAlterTableStep.alterConstraint(String constraint) Add anALTER CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableAlterConstraintStepAlterTableStep.alterConstraint(Constraint constraint) Add anALTER CONSTRAINTclause to theALTER TABLEstatement.@NotNull AlterTableAlterConstraintStepAlterTableStep.alterConstraint(Name constraint) Add anALTER CONSTRAINTclause to theALTER TABLEstatement.