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

storesUpperCaseQuotedIdentifiers Method (SQLServerDatabaseMetaData)

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


public boolean storesUpperCaseQuotedIdentifiers()

true if the identifiers are stored in uppercase. Otherwise, false.

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

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