Uses of Enum Class
org.jooq.conf.InterpreterNameLookupCaseSensitivity
Packages that use InterpreterNameLookupCaseSensitivity
-
Uses of InterpreterNameLookupCaseSensitivity in org.jooq.conf
Fields in org.jooq.conf declared as InterpreterNameLookupCaseSensitivityModifier and TypeFieldDescriptionprotected InterpreterNameLookupCaseSensitivity
Settings.interpreterNameLookupCaseSensitivity
Methods in org.jooq.conf that return InterpreterNameLookupCaseSensitivityModifier and TypeMethodDescriptionSettings.getInterpreterNameLookupCaseSensitivity()
[#9633] The case sensitivity of identifiers used when interpreting SQL DDL statements.Returns the enum constant of this class with the specified name.static InterpreterNameLookupCaseSensitivity[]
InterpreterNameLookupCaseSensitivity.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 InterpreterNameLookupCaseSensitivityModifier and TypeMethodDescriptionvoid
[#9633] The case sensitivity of identifiers used when interpreting SQL DDL statements.[#9633] The case sensitivity of identifiers used when interpreting SQL DDL statements.