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 ParseUnsupportedSyntaxSettings. parseUnsupportedSyntaxMethods in org.jooq.conf that return ParseUnsupportedSyntax Modifier and Type Method Description static ParseUnsupportedSyntaxParseUnsupportedSyntax. fromValue(String v)ParseUnsupportedSyntaxSettings. getParseUnsupportedSyntax()[#5917] Whether the parser should accept unsupported (but known) syntax.static ParseUnsupportedSyntaxParseUnsupportedSyntax. 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 voidSettings. setParseUnsupportedSyntax(ParseUnsupportedSyntax value)[#5917] Whether the parser should accept unsupported (but known) syntax.SettingsSettings. withParseUnsupportedSyntax(ParseUnsupportedSyntax value)[#5917] Whether the parser should accept unsupported (but known) syntax.
-