Uses of Enum Class
org.jooq.ExecuteContext.BatchMode
Packages that use ExecuteContext.BatchMode
-
Uses of ExecuteContext.BatchMode in org.jooq
Subclasses with type arguments of type ExecuteContext.BatchMode in org.jooqModifier and TypeClassDescriptionstatic enumThe batch mode, which helps interpret the contents ofExecuteContext.batchQueries().Methods in org.jooq that return ExecuteContext.BatchModeModifier and TypeMethodDescription@NotNull ExecuteContext.BatchModeExecuteContext.batchMode()The batch execution mode.static ExecuteContext.BatchModeReturns the enum constant of this class with the specified name.static ExecuteContext.BatchMode[]ExecuteContext.BatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.