Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.59 KB

File metadata and controls

43 lines (32 loc) · 1.59 KB
title getCatalogSeparator Method (SQLServerDatabaseMetaData)
description getCatalogSeparator Method (SQLServerDatabaseMetaData)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerDatabaseMetaData.getCatalogSeparator
apitype Assembly

getCatalogSeparator Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the String that this database uses as the separator between a catalog and table name.

Syntax

  
public java.lang.String getCatalogSeparator()  

Return Value

A String that contains the catalog separator.

Exceptions

SQLServerException

Remarks

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

When using the [!INCLUDEjdbcNoVersion] with a [!INCLUDEssNoVersion] database, this method returns a period (".") as the catalog separator.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class