getCatalogTerm Method (SQLServerDatabaseMetaData)

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 Microsoft SQL Server JDBC Driver with a SQL Server database, this method will return the term "database".

See Also

Reference

SQLServerDatabaseMetaData Class

Concepts

SQLServerDatabaseMetaData Methods

SQLServerDatabaseMetaData Members