共用方式為


getCatalogTerm Method (SQLServerDatabaseMetaData)

Retrieves the database vendor's preferred term for "catalog".

public java.lang.String getCatalogTerm()

傳回值

A String that contains the catalog term.

例外狀況

SQLServerException

備註

This getCatalogTerm method is specified by the getCatalogTerm method in the java.sql.DatabaseMetaData interface.

When using the Microsoft SQL Server 2005 JDBC Driver with a SQL Server database, this method will return the term "database".

另請參閱

參考

SQLServerDatabaseMetaData Class

概念

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members