Package | Description |
---|---|
org.jooq.conf |
Modifier and Type | Field and Description |
---|---|
protected ParamCastMode |
Settings.paramCastMode |
Modifier and Type | Method and Description |
---|---|
static ParamCastMode |
ParamCastMode.fromValue(java.lang.String v) |
ParamCastMode |
Settings.getParamCastMode()
Whether rendered bind values should be cast to their respective type.
|
static ParamCastMode |
ParamCastMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParamCastMode[] |
ParamCastMode.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.setParamCastMode(ParamCastMode value)
Sets the value of the paramCastMode property.
|
Settings |
Settings.withParamCastMode(ParamCastMode value) |
Copyright © 2018. All Rights Reserved.