DatabaseMetaData.supportsMixedCaseIdentifiers

DatabaseMetaData.supportsMixedCaseIdentifiers

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean supportsMixedCaseIdentifiers() throws SQLException
Returns
true if so
Description
Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC-Compliant driver will always return false.

Exceptions
SQLException if a database-access error occurs.