Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.55 KB

File metadata and controls

42 lines (31 loc) · 1.55 KB
title getCatalogSeparator Method (SQLServerDatabaseMetaData)
description getCatalogSeparator Method (SQLServerDatabaseMetaData)
author David-Engel
ms.author davidengel
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