Uses of Enum Class
org.jooq.conf.ParamType
-
Uses of ParamType in org.jooq
Modifier and TypeMethodDescription@NotNull ParamType
Param.getParamType()
The parameter type.@NotNull ParamType
Context.paramType()
Specify, how bind values should be rendered.Modifier and TypeMethodDescription@NotNull String
Retrieve the SQL code rendered by this Query.Set the new context value forContext.paramType()
.Set the new context value forContext.paramType()
for the scope of aConsumer
.Context.paramTypeIf
(ParamType paramType, boolean condition) Set the new context value forContext.paramType()
, if a condition is true.Context.paramTypeIf
(ParamType paramType, boolean condition, Consumer<? super C> runnable) Set the new context value forContext.paramType()
for the scope of aConsumer
, if a condition is true.Visit a query part with a given value forContext.paramType()
. -
Uses of ParamType in org.jooq.conf
Modifier and TypeMethodDescriptionstatic ParamType
Settings.getParamType()
Specify how bind variables are to be rendered.static final ParamType
SettingsTools.getParamType
(Settings settings) Get the parameter type from the settings.static ParamType
Returns the enum constant of this class with the specified name.static ParamType[]
ParamType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setParamType
(ParamType value) Specify how bind variables are to be rendered.Settings.withParamType
(ParamType value) Specify how bind variables are to be rendered.