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