Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.46 KB

getcatalogterm-method-sqlserverdatabasemetadata.md

File metadata and controls

42 lines (31 loc) · 1.46 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getCatalogTerm Method (SQLServerDatabaseMetaData)
getCatalogTerm Method (SQLServerDatabaseMetaData)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerDatabaseMetaData.getCatalogTerm
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