supportsMixedCaseIdentifiers()
Syntax:
boolean supportsMixedCaseIdentifiers() throws SQLException
Description:
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
Returns:
true
if so; false
otherwise
Throws:
SQLException - if a database access error occurs