DatabaseMetaData.storesMixedCaseIdentifiers

DatabaseMetaData.storesMixedCaseIdentifiers

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean storesMixedCaseIdentifiers() throws SQLException
Returns
true if so
Description
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case?

Exceptions
SQLException if a database-access error occurs.