Uses of Interface
org.jooq.CreateTriggerWhenStep
Packages that use CreateTriggerWhenStep
-
Uses of CreateTriggerWhenStep in org.jooq
Subinterfaces of CreateTriggerWhenStep in org.jooqModifier and TypeInterfaceDescriptioninterface
A step in the construction of theCREATE TRIGGER
statement.interface
A step in the construction of theCREATE TRIGGER
statement.Methods in org.jooq that return CreateTriggerWhenStepModifier and TypeMethodDescription@NotNull CreateTriggerWhenStep
CreateTriggerForStep.forEachRow()
Add theFOR EACH ROW
clause to theCREATE TRIGGER
statement.@NotNull CreateTriggerWhenStep
CreateTriggerForStep.forEachStatement()
Add theFOR EACH STATEMENT
clause to theCREATE TRIGGER
statement.