Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.46 KB

File metadata and controls

42 lines (31 loc) · 1.46 KB
title getCatalogTerm Method (SQLServerDatabaseMetaData)
description getCatalogTerm 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.getCatalogTerm
apitype Assembly

getCatalogTerm Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the database vendor's preferred term for "catalog".

Syntax

  
public java.lang.String getCatalogTerm()  

Return Value

A String that contains the catalog term.

Exceptions

SQLServerException

Remarks

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

When using the [!INCLUDEjdbcNoVersion] with a [!INCLUDEssNoVersion] database, this method will return the term "database".

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class