Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.51 KB

File metadata and controls

49 lines (39 loc) · 1.51 KB
title supportsSchemasInProcedureCalls Method | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.suite sql
ms.technology connectivity
ms.tgt_pltfrm
ms.topic conceptual
apiname
SQLServerDatabaseMetaData.supportsSchemasInProcedureCalls
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 8955457a-b176-4674-9366-39a1942164a5
caps.latest.revision 7
author MightyPen
ms.author genemi
manager craigg

supportsSchemasInProcedureCalls Method (SQLServerDatabaseMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves whether a schema name can be used in a procedure call statement.

Syntax

  
public boolean supportsSchemasInProcedureCalls()  

Return Value

true if supported. Otherwise, false.

Exceptions

SQLServerException

Remarks

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

See Also

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class