Uses of Class
org.jooq.RenderContext.CastMode
-
Packages that use RenderContext.CastMode Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of RenderContext.CastMode in org.jooq
Methods in org.jooq that return RenderContext.CastMode Modifier and Type Method Description RenderContext.CastMode
Context. castMode()
The currently applied cast mode for bind values.RenderContext.CastMode
RenderContext. castMode()
The currently applied cast mode for bind values.static RenderContext.CastMode
RenderContext.CastMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RenderContext.CastMode[]
RenderContext.CastMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq with parameters of type RenderContext.CastMode Modifier and Type Method Description C
Context. castMode(RenderContext.CastMode mode)
Set the new cast mode forContext.castMode()
.RenderContext
RenderContext. castMode(RenderContext.CastMode mode)
Set the new cast mode forRenderContext.castMode()
.
-