Uses of Interface
org.jooq.CreateTriggerWhenStep
-
Uses of CreateTriggerWhenStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction of theCREATE TRIGGER
statement.interface
A step in the construction of theCREATE TRIGGER
statement.Modifier 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.