Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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