--- title: "supportsMixedCaseIdentifiers 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.supportsMixedCaseIdentifiers" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: 0f68d9f7-0d8d-4d8d-9188-14e253a2576a author: David-Engel ms.author: v-daenge --- # supportsMixedCaseIdentifiers Method (SQLServerDatabaseMetaData) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Retrieves whether this database treats mixed-case SQL identifiers that are not enclosed in quotation marks as case-sensitive and stores them in mixed case. ## Syntax ``` public boolean supportsMixedCaseIdentifiers() ``` ## Return Value **true** if the identifiers are stored in mixed case. Otherwise, **false**. ## Exceptions [SQLServerException](../../../connect/jdbc/reference/sqlserverexception-class.md) ## Remarks This supportsMixedCaseIdentifiers method is specified by the supportsMixedCaseIdentifiers 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)