Package | Description |
---|---|
org.jooq.conf |
Modifier and Type | Field and Description |
---|---|
protected ParseUnknownFunctions |
Settings.parseUnknownFunctions |
Modifier and Type | Method and Description |
---|---|
static ParseUnknownFunctions |
ParseUnknownFunctions.fromValue(String v) |
ParseUnknownFunctions |
Settings.getParseUnknownFunctions()
[#7344] Whether the parser should accept unknown functions.
|
static ParseUnknownFunctions |
ParseUnknownFunctions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseUnknownFunctions[] |
ParseUnknownFunctions.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.setParseUnknownFunctions(ParseUnknownFunctions value)
Sets the value of the parseUnknownFunctions property.
|
Settings |
Settings.withParseUnknownFunctions(ParseUnknownFunctions value) |
Copyright © 2019. All rights reserved.