Package | Description |
---|---|
org.jooq.conf |
Modifier and Type | Field and Description |
---|---|
protected ParseWithMetaLookups |
Settings.parseWithMetaLookups |
Modifier and Type | Method and Description |
---|---|
static ParseWithMetaLookups |
ParseWithMetaLookups.fromValue(String v) |
ParseWithMetaLookups |
Settings.getParseWithMetaLookups()
[#7163] Whether the parser should perform meta lookups in the Configuration's MetaProvider.
|
static ParseWithMetaLookups |
ParseWithMetaLookups.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseWithMetaLookups[] |
ParseWithMetaLookups.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.setParseWithMetaLookups(ParseWithMetaLookups value)
Sets the value of the parseWithMetaLookups property.
|
Settings |
Settings.withParseWithMetaLookups(ParseWithMetaLookups value) |
Copyright © 2019. All rights reserved.