Uses of Enum Class
org.jooq.conf.InterpreterQuotedNames
Packages that use InterpreterQuotedNames
-
Uses of InterpreterQuotedNames in org.jooq.conf
Fields in org.jooq.conf declared as InterpreterQuotedNamesModifier and TypeFieldDescriptionprotected InterpreterQuotedNames
Settings.interpreterQuotedNames
Methods in org.jooq.conf that return InterpreterQuotedNamesModifier and TypeMethodDescriptionstatic InterpreterQuotedNames
Settings.getInterpreterQuotedNames()
Whether interpreted schema, table, column names, etc should be quoted.static InterpreterQuotedNames
Returns the enum constant of this class with the specified name.static InterpreterQuotedNames[]
InterpreterQuotedNames.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 InterpreterQuotedNamesModifier and TypeMethodDescriptionvoid
Settings.setInterpreterQuotedNames
(InterpreterQuotedNames value) Whether interpreted schema, table, column names, etc should be quoted.Settings.withInterpreterQuotedNames
(InterpreterQuotedNames value) Whether interpreted schema, table, column names, etc should be quoted.