Uses of Class
org.jooq.conf.ParseUnsupportedSyntax
-
Packages that use ParseUnsupportedSyntax Package Description org.jooq.conf -
-
Uses of ParseUnsupportedSyntax in org.jooq.conf
Fields in org.jooq.conf declared as ParseUnsupportedSyntax Modifier and Type Field Description protected ParseUnsupportedSyntax
Settings. parseUnsupportedSyntax
Methods in org.jooq.conf that return ParseUnsupportedSyntax Modifier and Type Method Description static ParseUnsupportedSyntax
ParseUnsupportedSyntax. fromValue(String v)
ParseUnsupportedSyntax
Settings. getParseUnsupportedSyntax()
[#5917] Whether the parser should accept unsupported (but known) syntax.static ParseUnsupportedSyntax
ParseUnsupportedSyntax. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParseUnsupportedSyntax[]
ParseUnsupportedSyntax. 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 ParseUnsupportedSyntax Modifier and Type Method Description void
Settings. setParseUnsupportedSyntax(ParseUnsupportedSyntax value)
[#5917] Whether the parser should accept unsupported (but known) syntax.Settings
Settings. withParseUnsupportedSyntax(ParseUnsupportedSyntax value)
[#5917] Whether the parser should accept unsupported (but known) syntax.
-