Package | Description |
---|---|
org.jooq.conf |
Modifier and Type | Field and Description |
---|---|
protected BackslashEscaping |
Settings.backslashEscaping |
Modifier and Type | Method and Description |
---|---|
static BackslashEscaping |
BackslashEscaping.fromValue(String v) |
BackslashEscaping |
Settings.getBackslashEscaping()
Gets the value of the backslashEscaping property.
|
static BackslashEscaping |
SettingsTools.getBackslashEscaping(Settings settings)
Get the value BackslashEscaping value.
|
static BackslashEscaping |
BackslashEscaping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackslashEscaping[] |
BackslashEscaping.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.setBackslashEscaping(BackslashEscaping value)
Sets the value of the backslashEscaping property.
|
Settings |
Settings.withBackslashEscaping(BackslashEscaping value) |
Copyright © 2016. All Rights Reserved.