Uses of Enum Class
org.jooq.conf.ParseUnknownFunctions
Packages that use ParseUnknownFunctions
-
Uses of ParseUnknownFunctions in org.jooq.conf
Subclasses with type arguments of type ParseUnknownFunctions in org.jooq.confModifier and TypeClassDescriptionenumJava class for ParseUnknownFunctions.Fields in org.jooq.conf declared as ParseUnknownFunctionsMethods in org.jooq.conf that return ParseUnknownFunctionsModifier and TypeMethodDescriptionstatic ParseUnknownFunctionsSettings.getParseUnknownFunctions()[#7344] Whether the parser should accept unknown functions.static ParseUnknownFunctionsReturns 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.Methods in org.jooq.conf with parameters of type ParseUnknownFunctionsModifier and TypeMethodDescriptionvoidSettings.setParseUnknownFunctions(ParseUnknownFunctions value) [#7344] Whether the parser should accept unknown functions.Settings.withParseUnknownFunctions(ParseUnknownFunctions value) [#7344] Whether the parser should accept unknown functions.