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
Remarks
This getCatalogTerm method is specified by the getCatalogTerm method in the java.sql.DatabaseMetaData interface.
When using the Microsoft JDBC Driver for SQL Server with a SQL Server database, this method will return the term "database".
See Also
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class