supportsMixedCaseQuotedIdentifiers() |
Returns true if the database treats mixed-case quoted SQL identifiers as case-sensitive and, as a result, stores them in mixed case. Returns false otherwise. A JDBC CompliantTM driver will always return true. Syntax supportsMixedCaseQuotedIdentifiers() |