Uses of Interface
org.jooq.ConstraintFinalStep
Packages that use ConstraintFinalStep
-
Uses of ConstraintFinalStep in org.jooq
Subinterfaces of ConstraintFinalStep in org.jooqModifier 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.Methods in org.jooq that return ConstraintFinalStepModifier and TypeMethodDescription@NotNull ConstraintFinalStep
ConstraintEnforcementStep.enforced()
Add theENFORCED
clause to the constraint.@NotNull ConstraintFinalStep
ConstraintEnforcementStep.notEnforced()
Add theNOT ENFORCED
clause to the constraint.