Package | Description |
---|---|
org.jooq.conf |
Modifier and Type | Field and Description |
---|---|
protected ParseUnsupportedSyntax |
Settings.parseUnsupportedSyntax |
Modifier and Type | Method and Description |
---|---|
static ParseUnsupportedSyntax |
ParseUnsupportedSyntax.fromValue(String v) |
ParseUnsupportedSyntax |
Settings.getParseUnsupportedSyntax()
[#5917] Whether the parser should accept unsupported (but known) syntax.
|
static ParseUnsupportedSyntax |
ParseUnsupportedSyntax.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseUnsupportedSyntax[] |
ParseUnsupportedSyntax.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.setParseUnsupportedSyntax(ParseUnsupportedSyntax value)
Sets the value of the parseUnsupportedSyntax property.
|
Settings |
Settings.withParseUnsupportedSyntax(ParseUnsupportedSyntax value) |
Copyright © 2019. All rights reserved.