Expand Minimize
This topic has not yet been rated - Rate this topic

getCatalogTerm Method (SQLServerDatabaseMetaData)

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.