DatabaseMetaData.storesLowerCaseQuotedIdentifiers
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean storesLowerCaseQuotedIdentifiers() throws SQLException
Returns
     true if so
    Description
 Does the database treat mixed case quoted SQL identifiers as
 case insensitive and store them in lower case?
  
Exceptions
 SQLException
     if a database-access error occurs.