Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.69 KB

File metadata and controls

47 lines (36 loc) · 1.69 KB
title getExtraNameCharacters 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.getExtraNameCharacters
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid a22becfe-0f07-4a15-8d11-06d4054b2369
author David-Engel
ms.author v-daenge

getExtraNameCharacters Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves all the extra characters that can be used in unquoted identifier names, such as those beyond a-z, A-Z, 0-9, and _.

Syntax

  
public java.lang.String getExtraNameCharacters()  

Return Value

A String that contains the extra characters.

Exceptions

SQLServerException

Remarks

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

When using the [!INCLUDEjdbcNoVersion] with a [!INCLUDEssNoVersion] database, this method returns the $, #, and @ extra characters.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class