| 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 |
[!INCLUDEDriver_JDBC_Download]
Retrieves the database vendor's preferred term for "catalog".
public java.lang.String getCatalogTerm()
A String that contains the catalog term.
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".
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class