Uses of Interface
org.jooq.ConstraintFinalStep
-
Packages that use ConstraintFinalStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of ConstraintFinalStep in org.jooq
Subinterfaces of ConstraintFinalStep in org.jooq Modifier and Type Interface Description interface
ConstraintEnforcementStep
The step in theConstraint
construction DSL API that allows for addingENFORCED
andNOT ENFORCED
clauses.interface
ConstraintForeignKeyOnStep
The step in theConstraint
construction DSL API that allows for addingON DELETE
andON UPDATE
clauses.interface
ConstraintTypeStep
The step in theConstraint
construction DSL API that allows for specifying the constraint type.Methods in org.jooq that return ConstraintFinalStep Modifier and Type Method Description ConstraintFinalStep
ConstraintEnforcementStep. enforced()
Add theENFORCED
clause to the constraint.ConstraintFinalStep
ConstraintEnforcementStep. notEnforced()
Add theNOT ENFORCED
clause to the constraint.
-