Uses of Enum Class
org.jooq.conf.ParseUnknownFunctions
-
Uses of ParseUnknownFunctions in org.jooq.conf
Modifier and TypeMethodDescriptionstatic ParseUnknownFunctions
Settings.getParseUnknownFunctions()
[#7344] Whether the parser should accept unknown functions.static ParseUnknownFunctions
Returns the enum constant of this class with the specified name.static ParseUnknownFunctions[]
ParseUnknownFunctions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setParseUnknownFunctions
(ParseUnknownFunctions value) [#7344] Whether the parser should accept unknown functions.Settings.withParseUnknownFunctions
(ParseUnknownFunctions value) [#7344] Whether the parser should accept unknown functions.