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