Expand Minimize
This topic has not yet been rated - Rate this topic

storesMixedCaseQuotedIdentifiers Method (SQLServerDatabaseMetaData)

Retrieves whether this database treats mixed-case SQL identifiers that are enclosed in quotation marks as case-insensitive and stores them in mixed case.


public boolean storesMixedCaseQuotedIdentifiers()

true if the identifiers are stored in mixed case. Otherwise, false.

This storesMixedCaseQuotedIdentifiers method is specified by the storesMixedCaseQuotedIdentifiers method in the java.sql.DatabaseMetaData interface.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.