Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.57 KB

File metadata and controls

47 lines (36 loc) · 1.57 KB
title getSchemaTerm Method (SQLServerDatabaseMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.getSchemaTerm
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 3e4a400f-0859-4ac3-983e-c25633b33683
author David-Engel
ms.author v-daenge

getSchemaTerm Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
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 [!INCLUDEjdbcNoVersion] with a [!INCLUDEssNoVersion] database, this method returns "schema" as the preferred term.

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class