Uses of Enum Class
org.jooq.conf.ParamType
Packages that use ParamType
-
Uses of ParamType in org.jooq
Modifier and TypeMethodDescription@NotNull ParamTypeParam.getParamType()The parameter type.@NotNull ParamTypeContext.paramType()Specify, how bind values should be rendered.Modifier and TypeMethodDescription@NotNull StringRetrieve 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
Fields in org.jooq.conf declared as ParamTypeMethods in org.jooq.conf that return ParamTypeModifier and TypeMethodDescriptionstatic ParamTypeSettings.getParamType()Specify how bind variables are to be rendered.static final ParamTypeSettingsTools.getParamType(Settings settings) Get the parameter type from the settings.static ParamTypeReturns 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.Methods in org.jooq.conf with parameters of type ParamTypeModifier and TypeMethodDescriptionvoidSettings.setParamType(ParamType value) Specify how bind variables are to be rendered.Settings.withParamType(ParamType value) Specify how bind variables are to be rendered.