Uses of Class
org.jooq.conf.ParamCastMode
-
Packages that use ParamCastMode Package Description org.jooq.conf -
-
Uses of ParamCastMode in org.jooq.conf
Fields in org.jooq.conf declared as ParamCastMode Modifier and Type Field Description protected ParamCastMode
Settings. paramCastMode
Methods in org.jooq.conf that return ParamCastMode Modifier and Type Method Description static ParamCastMode
ParamCastMode. fromValue(String v)
ParamCastMode
Settings. getParamCastMode()
Whether rendered bind values should be cast to their respective type.static ParamCastMode
ParamCastMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParamCastMode[]
ParamCastMode. 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 ParamCastMode Modifier and Type Method Description void
Settings. setParamCastMode(ParamCastMode value)
Sets the value of the paramCastMode property.Settings
Settings. withParamCastMode(ParamCastMode value)
-