Uses of Enum Class
org.jooq.conf.ParseUnsupportedSyntax
Packages that use ParseUnsupportedSyntax
-
Uses of ParseUnsupportedSyntax in org.jooq.conf
Fields in org.jooq.conf declared as ParseUnsupportedSyntaxModifier and TypeFieldDescriptionprotected ParseUnsupportedSyntax
Settings.parseUnsupportedSyntax
Methods in org.jooq.conf that return ParseUnsupportedSyntaxModifier and TypeMethodDescriptionstatic ParseUnsupportedSyntax
Settings.getParseUnsupportedSyntax()
[#5917] Whether the parser should accept unsupported (but known) syntax.static ParseUnsupportedSyntax
Returns the enum constant of this class with the specified name.static ParseUnsupportedSyntax[]
ParseUnsupportedSyntax.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 ParseUnsupportedSyntaxModifier and TypeMethodDescriptionvoid
Settings.setParseUnsupportedSyntax
(ParseUnsupportedSyntax value) [#5917] Whether the parser should accept unsupported (but known) syntax.Settings.withParseUnsupportedSyntax
(ParseUnsupportedSyntax value) [#5917] Whether the parser should accept unsupported (but known) syntax.