Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.51 KB

File metadata and controls

45 lines (35 loc) · 1.51 KB
title storesMixedCaseQuotedIdentifiers 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.storesMixedCaseQuotedIdentifiers
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 1ffa599c-d0c8-43b6-8e9b-7c856a846630
author David-Engel
ms.author v-daenge

storesMixedCaseQuotedIdentifiers Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public boolean storesMixedCaseQuotedIdentifiers()  

Return Value

true if the identifiers are stored in mixed case. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class