Uses of Enum Class
org.jooq.conf.InterpreterWithMetaLookups
Packages that use InterpreterWithMetaLookups
-
Uses of InterpreterWithMetaLookups in org.jooq.conf
Fields in org.jooq.conf declared as InterpreterWithMetaLookupsModifier and TypeFieldDescriptionprotected InterpreterWithMetaLookups
Settings.interpreterWithMetaLookups
Methods in org.jooq.conf that return InterpreterWithMetaLookupsModifier and TypeMethodDescriptionstatic InterpreterWithMetaLookups
Settings.getInterpreterWithMetaLookups()
[#18500] Whether the interpreter should perform meta lookups in the already interpreted meta data.static InterpreterWithMetaLookups
Returns the enum constant of this class with the specified name.static InterpreterWithMetaLookups[]
InterpreterWithMetaLookups.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.conf with parameters of type InterpreterWithMetaLookupsModifier and TypeMethodDescriptionvoid
Settings.setInterpreterWithMetaLookups
(InterpreterWithMetaLookups value) [#18500] Whether the interpreter should perform meta lookups in the already interpreted meta data.Settings.withInterpreterWithMetaLookups
(InterpreterWithMetaLookups value) [#18500] Whether the interpreter should perform meta lookups in the already interpreted meta data.