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 InterpreterNameLookupCaseSensitivitySettings. interpreterNameLookupCaseSensitivityMethods in org.jooq.conf that return InterpreterNameLookupCaseSensitivity Modifier and Type Method Description static InterpreterNameLookupCaseSensitivityInterpreterNameLookupCaseSensitivity. fromValue(String v)InterpreterNameLookupCaseSensitivitySettings. getInterpreterNameLookupCaseSensitivity()[#9633] The case sensitivity of identifiers used when interpreting SQL DDL statements.static InterpreterNameLookupCaseSensitivityInterpreterNameLookupCaseSensitivity. 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 voidSettings. setInterpreterNameLookupCaseSensitivity(InterpreterNameLookupCaseSensitivity value)[#9633] The case sensitivity of identifiers used when interpreting SQL DDL statements.SettingsSettings. withInterpreterNameLookupCaseSensitivity(InterpreterNameLookupCaseSensitivity value)[#9633] The case sensitivity of identifiers used when interpreting SQL DDL statements.
-