Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.57 KB

File metadata and controls

47 lines (36 loc) · 1.57 KB
title getCatalogTerm 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.getCatalogTerm
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 0aa5d372-16aa-4790-a8f6-f8b742798f8f
author David-Engel
ms.author v-daenge

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