Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.53 KB

File metadata and controls

45 lines (35 loc) · 1.53 KB
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)

[!INCLUDEDriver_JDBC_Download]

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

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class