Uses of Class
org.jooq.ExecuteType
-
Packages that use ExecuteType Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API. -
-
Uses of ExecuteType in org.jooq
Methods in org.jooq that return ExecuteType Modifier and Type Method Description ExecuteTypeExecuteContext. type()The type of database interaction that is being executed.ExecuteTypeRecordContext. type()The type of database interaction that is being executed.static ExecuteTypeExecuteType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExecuteType[]ExecuteType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-