Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.64 KB

File metadata and controls

47 lines (36 loc) · 1.64 KB
title getIdentifierQuoteString Method (SQLServerDatabaseMetaData) | 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.getIdentifierQuoteString
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 6dea35a0-56a8-412c-8cd3-6539527ff597
author David-Engel
ms.author v-daenge

getIdentifierQuoteString Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the String that is used to quote SQL identifiers.

Syntax

  
public java.lang.String getIdentifierQuoteString()  

Return Value

A String that contains the quote identifiers.

Exceptions

SQLServerException

Remarks

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

When using the [!INCLUDEmsCoName] JDBC Driver with a [!INCLUDEssNoVersion] database, this method returns double quotation marks ("").

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class