Uses of Interface
org.jooq.ConstraintFinalStep
-
Uses of ConstraintFinalStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
The step in theConstraint
construction DSL API that allows for addingENFORCED
andNOT ENFORCED
clauses.interface
The step in theConstraint
construction DSL API that allows for addingON DELETE
andON UPDATE
clauses.interface
The step in theConstraint
construction DSL API that allows for specifying the constraint type.Modifier and TypeMethodDescription@NotNull ConstraintFinalStep
ConstraintEnforcementStep.enforced()
Add theENFORCED
clause to the constraint.@NotNull ConstraintFinalStep
ConstraintEnforcementStep.notEnforced()
Add theNOT ENFORCED
clause to the constraint.