--- title: "supportsMixedCaseQuotedIdentifiers Method | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual apiname: - "SQLServerDatabaseMetaData.supportsMixedCaseQuotedIdentifiers" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: 76c68fc2-5af6-4b8d-baee-245716fdc5cc author: David-Engel ms.author: v-daenge --- # supportsMixedCaseQuotedIdentifiers Method (SQLServerDatabaseMetaData) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Retrieves whether this database treats mixed-case SQL identifiers that are enclosed in quotation marks as case-sensitive and stores them in mixed case. ## Syntax ``` public boolean supportsMixedCaseQuotedIdentifiers() ``` ## Return Value **true** if the identifiers are stored in mixed case. Otherwise, **false**. ## Exceptions [SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md) ## Remarks This supportsMixedCaseQuotedIdentifiers method is specified by the supportsMixedCaseQuotedIdentifiers method in the java.sql.DatabaseMetaData interface. ## See Also [SQLServerDatabaseMetaData Methods](../../../connect/jdbc/reference/sqlserverdatabasemetadata-methods.md) [SQLServerDatabaseMetaData Members](../../../connect/jdbc/reference/sqlserverdatabasemetadata-members.md) [SQLServerDatabaseMetaData Class](../../../connect/jdbc/reference/sqlserverdatabasemetadata-class.md)