Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.conf |
Modifier and Type | Method and Description |
---|---|
ParamType |
RenderContext.paramType()
Specify, how bind values should be rendered.
|
Modifier and Type | Method and Description |
---|---|
String |
Query.getSQL(ParamType paramType)
Retrieve the SQL code rendered by this Query.
|
RenderContext |
RenderContext.paramType(ParamType paramType)
Set the new context value for
RenderContext.paramType() . |
Modifier and Type | Field and Description |
---|---|
protected ParamType |
Settings.paramType |
Modifier and Type | Method and Description |
---|---|
static ParamType |
ParamType.fromValue(String v) |
ParamType |
Settings.getParamType()
Gets the value of the paramType property.
|
static ParamType |
SettingsTools.getParamType(Settings settings)
Get the parameter type from the settings.
|
static ParamType |
ParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamType[] |
ParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings.setParamType(ParamType value)
Sets the value of the paramType property.
|
Settings |
Settings.withParamType(ParamType value) |
Copyright © 2014. All Rights Reserved.