Uses of Enum Class
org.jooq.TriggerEvent
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of TriggerEvent in org.jooq
Modifier and TypeMethodDescriptionstatic TriggerEvent
Returns the enum constant of this class with the specified name.static TriggerEvent[]
TriggerEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull Set<TriggerEvent>
Trigger.getEvents()
The event types on which a trigger fires. -
Uses of TriggerEvent 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.