Uses of Class
org.jooq.ParamMode
-
Packages that use ParamMode Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of ParamMode in org.jooq
Methods in org.jooq that return ParamMode Modifier and Type Method Description ParamMode
Param. getParamMode()
The parameter mode.static ParamMode
ParamMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParamMode[]
ParamMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-