Uses of Class
org.jooq.conf.ParseUnknownFunctions
-
Packages that use ParseUnknownFunctions Package Description org.jooq.conf -
-
Uses of ParseUnknownFunctions in org.jooq.conf
Fields in org.jooq.conf declared as ParseUnknownFunctions Modifier and Type Field Description protected ParseUnknownFunctions
Settings. parseUnknownFunctions
Methods in org.jooq.conf that return ParseUnknownFunctions Modifier and Type Method Description static ParseUnknownFunctions
ParseUnknownFunctions. fromValue(String v)
ParseUnknownFunctions
Settings. getParseUnknownFunctions()
[#7344] Whether the parser should accept unknown functions.static ParseUnknownFunctions
ParseUnknownFunctions. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParseUnknownFunctions[]
ParseUnknownFunctions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type ParseUnknownFunctions Modifier and Type Method Description void
Settings. setParseUnknownFunctions(ParseUnknownFunctions value)
[#7344] Whether the parser should accept unknown functions.Settings
Settings. withParseUnknownFunctions(ParseUnknownFunctions value)
[#7344] Whether the parser should accept unknown functions.
-