Retrieves the preferred term for "schema" in this database.

public java.lang.String getSchemaTerm()

Return Value

A string that contains the preferred term.

Exceptions

SQLServerException

Remarks

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

When using the Microsoft SQL Server 2005 JDBC Driver with a SQL Server database, this method returns "schema" as the preferred term.

See Also