Uses of Class
org.jooq.ParamMode
-
Packages that use ParamMode Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of ParamMode in org.jooq
Methods in org.jooq that return ParamMode Modifier and Type Method Description @NotNull 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.
-