Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.74 KB

File metadata and controls

53 lines (43 loc) · 1.74 KB
title getParameterCount Method (SQLServerParameterMetaData) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerParameterMetaData.getParameterCount
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 7dbbdacb-74ef-42e7-9bdc-a3229505dad8
caps.latest.revision 7
author MightyPen
ms.author genemi
manager craigg
ms.workload Inactive

getParameterCount Method (SQLServerParameterMetaData)

[!INCLUDEDriver_JDBC_Download]

Retrieves the number of parameters in the SQLServerPreparedStatement object for which this SQLServerParameterMetaData object contains information.

Syntax

  
public int getParameterCount()  

Return Value

An int that indicates the number of parameters.

Exceptions

SQLServerException

Remarks

This getParameterCount method is specified by the getParameterCount method in the java.sql.ParameterMetaData interface.

See Also

SQLServerParameterMetaData Methods
SQLServerParameterMetaData Members
SQLServerParameterMetaData Class