Uses of Enum Class
org.jooq.TriggerEvent
Packages that use TriggerEvent
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of TriggerEvent in org.jooq
Subclasses with type arguments of type TriggerEvent in org.jooqMethods in org.jooq that return TriggerEventModifier and TypeMethodDescriptionstatic TriggerEventReturns 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.Methods in org.jooq that return types with arguments of type TriggerEventModifier and TypeMethodDescription@NotNull Set<TriggerEvent> Trigger.getEvents()The event types on which a trigger fires. -
Uses of TriggerEvent in org.jooq.impl
Method parameters in org.jooq.impl with type arguments of type TriggerEventModifier and TypeMethodDescriptionstatic final @NotNull TriggerInternal.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.