Uses of Interface
org.jooq.AlterTableAlterConstraintMoreStep
Packages that use AlterTableAlterConstraintMoreStep
-
Uses of AlterTableAlterConstraintMoreStep in org.jooq
Methods in org.jooq that return AlterTableAlterConstraintMoreStepModifier and TypeMethodDescription@NotNull AlterTableAlterConstraintMoreStepAlterTableAlterConstraintStep.deferrable()Add theDEFERRABLEclause to the constraint.@NotNull AlterTableAlterConstraintMoreStepAlterTableAlterConstraintStep.enforced()Add theENFORCEDclause to the constraint.@NotNull AlterTableAlterConstraintMoreStepAlterTableAlterConstraintStep.initiallyDeferred()Add theINITIALLY DEFERREDclause to the constraint.@NotNull AlterTableAlterConstraintMoreStepAlterTableAlterConstraintStep.initiallyImmediate()Add theINITIALLY IMMEDIATEclause to the constraint.@NotNull AlterTableAlterConstraintMoreStepAlterTableAlterConstraintStep.notDeferrable()Add theNOT DEFERRABLEclause to the constraint.@NotNull AlterTableAlterConstraintMoreStepAlterTableAlterConstraintStep.notEnforced()Add theNOT ENFORCEDclause to the constraint.