Uses of Enum Class
org.jooq.conf.ParamCastMode
Packages that use ParamCastMode
-
Uses of ParamCastMode in org.jooq.conf
Fields in org.jooq.conf declared as ParamCastModeMethods in org.jooq.conf that return ParamCastModeModifier and TypeMethodDescriptionstatic ParamCastMode
Settings.getParamCastMode()
Whether rendered bind values should be cast to their respective type.static ParamCastMode
Returns the enum constant of this class with the specified name.static ParamCastMode[]
ParamCastMode.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 ParamCastModeModifier and TypeMethodDescriptionvoid
Settings.setParamCastMode
(ParamCastMode value) Whether rendered bind values should be cast to their respective type.Settings.withParamCastMode
(ParamCastMode value) Whether rendered bind values should be cast to their respective type.