Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
RenderContext |
RenderContext.castMode(RenderContext.CastMode mode)
Set the new cast mode for
RenderContext.castMode() . |
Copyright © 2014. All Rights Reserved.