Uses of Enum Class
org.jooq.ExecuteType
-
Uses of ExecuteType in org.jooq
Modifier and TypeMethodDescription@NotNull ExecuteType
ExecuteContext.type()
The type of database interaction that is being executed.@NotNull ExecuteType
RecordContext.type()
The type of database interaction that is being executed.static ExecuteType
Returns the enum constant of this class with the specified name.static ExecuteType[]
ExecuteType.values()
Returns an array containing the constants of this enum class, in the order they are declared.