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