Uses of Enum Class
org.jooq.conf.ParseUnsupportedSyntax
-
Uses of ParseUnsupportedSyntax in org.jooq.conf
Modifier and TypeFieldDescriptionprotected ParseUnsupportedSyntax
Settings.parseUnsupportedSyntax
Modifier 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.Modifier 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.