Uses of Enum Class
org.jooq.conf.ParamCastMode
-
Uses of ParamCastMode in org.jooq.conf
Modifier 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.Modifier 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.