Uses of Class
org.jooq.conf.ParamType
-
Packages that use ParamType Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.conf -
-
Uses of ParamType in org.jooq
Methods in org.jooq that return ParamType Modifier and Type Method Description ParamTypeParam. getParamType()The parameter type.ParamTypeContext. paramType()Specify, how bind values should be rendered.ParamTypeRenderContext. paramType()Specify, how bind values should be rendered.Methods in org.jooq with parameters of type ParamType Modifier and Type Method Description java.lang.StringQuery. getSQL(ParamType paramType)Retrieve the SQL code rendered by this Query.CContext. paramType(ParamType paramType)Set the new context value forContext.paramType().RenderContextRenderContext. paramType(ParamType paramType)Set the new context value forRenderContext.paramType(). -
Uses of ParamType in org.jooq.conf
Fields in org.jooq.conf declared as ParamType Modifier and Type Field Description protected ParamTypeSettings. paramTypeMethods in org.jooq.conf that return ParamType Modifier and Type Method Description static ParamTypeParamType. fromValue(java.lang.String v)ParamTypeSettings. getParamType()Specify how bind variables are to be rendered.static ParamTypeSettingsTools. getParamType(Settings settings)Get the parameter type from the settings.static ParamTypeParamType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParamType[]ParamType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type ParamType Modifier and Type Method Description voidSettings. setParamType(ParamType value)Sets the value of the paramType property.SettingsSettings. withParamType(ParamType value)
-