Uses of Enum Class
org.jooq.TriggerExecution
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of TriggerExecution in org.jooq
Modifier and TypeMethodDescription@Nullable TriggerExecution
Trigger.getExecution()
The execution scope of a trigger.static TriggerExecution
Returns the enum constant of this class with the specified name.static TriggerExecution[]
TriggerExecution.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TriggerExecution in org.jooq.impl
Modifier and TypeMethodDescriptionstatic final @NotNull Trigger
Internal.createTrigger
(Schema schema, Table<?> table, List<Field<?>> fields, Name name, Comment comment, TriggerTime time, Set<TriggerEvent> events, TriggerExecution execution, Condition when, int actionOrder, Statement action) Factory method for trigger specifications.