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