Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.56 KB

File metadata and controls

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

[!INCLUDEDriver_JDBC_Download]

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

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class