DatabaseMetaData.supportsMixedCaseQuotedIdentifiers
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean supportsMixedCaseQuotedIdentifiers() throws SQLException
Returns
     true if so
    Description
 Does the database treat mixed case quoted SQL identifiers as
 case sensitive and as a result store them in mixed case?
 A JDBC-Compliant driver will always return true.
  
Exceptions
 SQLException
     if a database-access error occurs.