Uses of Interface
org.jooq.CreateTriggerWhenStep
Packages that use CreateTriggerWhenStep
- 
Uses of CreateTriggerWhenStep in org.jooqSubinterfaces of CreateTriggerWhenStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceA step in the construction of theCREATE TRIGGERstatement.interfaceA step in the construction of theCREATE TRIGGERstatement.Methods in org.jooq that return CreateTriggerWhenStepModifier and TypeMethodDescription@NotNull CreateTriggerWhenStepCreateTriggerForStep.forEachRow()Add theFOR EACH ROWclause to theCREATE TRIGGERstatement.@NotNull CreateTriggerWhenStepCreateTriggerForStep.forEachStatement()Add theFOR EACH STATEMENTclause to theCREATE TRIGGERstatement.