Uses of Interface
org.jooq.ConstraintFinalStep
-
Packages that use ConstraintFinalStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of ConstraintFinalStep in org.jooq
Subinterfaces of ConstraintFinalStep in org.jooq Modifier and Type Interface Description interfaceConstraintEnforcementStepThe step in theConstraintconstruction DSL API that allows for addingENFORCEDandNOT ENFORCEDclauses.interfaceConstraintForeignKeyOnStepThe step in theConstraintconstruction DSL API that allows for addingON DELETEandON UPDATEclauses.interfaceConstraintTypeStepThe step in theConstraintconstruction DSL API that allows for specifying the constraint type.Methods in org.jooq that return ConstraintFinalStep Modifier and Type Method Description @NotNull ConstraintFinalStepConstraintEnforcementStep. enforced()Add theENFORCEDclause to the constraint.@NotNull ConstraintFinalStepConstraintEnforcementStep. notEnforced()Add theNOT ENFORCEDclause to the constraint.
-