| 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 |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 6dea35a0-56a8-412c-8cd3-6539527ff597 | |
| author | David-Engel | |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Retrieves the String that is used to quote SQL identifiers.
public java.lang.String getIdentifierQuoteString()
A String that contains the quote identifiers.
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 ("").
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class