Uses of Class
org.jooq.conf.InterpreterNameLookupCaseSensitivity
-
Packages that use InterpreterNameLookupCaseSensitivity Package Description org.jooq.conf -
-
Uses of InterpreterNameLookupCaseSensitivity in org.jooq.conf
Fields in org.jooq.conf declared as InterpreterNameLookupCaseSensitivity Modifier and Type Field Description protected InterpreterNameLookupCaseSensitivity
Settings. interpreterNameLookupCaseSensitivity
Methods in org.jooq.conf that return InterpreterNameLookupCaseSensitivity Modifier and Type Method Description static InterpreterNameLookupCaseSensitivity
InterpreterNameLookupCaseSensitivity. fromValue(String v)
InterpreterNameLookupCaseSensitivity
Settings. getInterpreterNameLookupCaseSensitivity()
[#9633] The case sensitivity of identifiers used when interpreting SQL DDL statements.static InterpreterNameLookupCaseSensitivity
InterpreterNameLookupCaseSensitivity. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterpreterNameLookupCaseSensitivity[]
InterpreterNameLookupCaseSensitivity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type InterpreterNameLookupCaseSensitivity Modifier and Type Method Description void
Settings. setInterpreterNameLookupCaseSensitivity(InterpreterNameLookupCaseSensitivity value)
[#9633] The case sensitivity of identifiers used when interpreting SQL DDL statements.Settings
Settings. withInterpreterNameLookupCaseSensitivity(InterpreterNameLookupCaseSensitivity value)
[#9633] The case sensitivity of identifiers used when interpreting SQL DDL statements.
-