storesUpperCaseIdentifiers Method (SQLServerDatabaseMetaData)

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

public boolean storesUpperCaseIdentifiers()

Return Value

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

Exceptions

SQLServerException

Remarks

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

See Also

Reference

SQLServerDatabaseMetaData Class

Concepts

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members