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