Uses of Enum Class
org.jooq.RenderContext.CastMode
Packages that use RenderContext.CastMode
-
Uses of RenderContext.CastMode in org.jooq
Methods in org.jooq that return RenderContext.CastModeModifier and TypeMethodDescription@NotNull RenderContext.CastMode
Context.castMode()
The currently applied cast mode for bind values.static RenderContext.CastMode
Returns the enum constant of this class with the specified name.static RenderContext.CastMode[]
RenderContext.CastMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq with parameters of type RenderContext.CastModeModifier and TypeMethodDescriptionContext.castMode
(RenderContext.CastMode mode) Set the new cast mode forContext.castMode()
.Context.castMode
(RenderContext.CastMode mode, Consumer<? super C> consumer) Set the new cast mode forContext.castMode()
for the scope of aConsumer
.Context.castModeIf
(RenderContext.CastMode mode, boolean condition) Set the new cast mode forContext.castMode()
, if a condition is true.