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 InterpreterQuotedNamesSettings.interpreterQuotedNamesMethods in org.jooq.conf that return InterpreterQuotedNamesModifier and TypeMethodDescriptionstatic InterpreterQuotedNamesSettings.getInterpreterQuotedNames()Whether interpreted schema, table, column names, etc should be quoted.static InterpreterQuotedNamesReturns 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 TypeMethodDescriptionvoidSettings.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.