Uses of Enum Class
org.jooq.conf.ParseWithMetaLookups
-
Uses of ParseWithMetaLookups in org.jooq.conf
Modifier and TypeMethodDescriptionstatic ParseWithMetaLookups
Settings.getParseWithMetaLookups()
[#7163] Whether the parser should perform meta lookups in the Configuration's MetaProvider.static ParseWithMetaLookups
Returns the enum constant of this class with the specified name.static ParseWithMetaLookups[]
ParseWithMetaLookups.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setParseWithMetaLookups
(ParseWithMetaLookups value) [#7163] Whether the parser should perform meta lookups in the Configuration's MetaProvider.Settings.withParseWithMetaLookups
(ParseWithMetaLookups value) [#7163] Whether the parser should perform meta lookups in the Configuration's MetaProvider.