Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.12 KB

File metadata and controls

37 lines (28 loc) · 1.12 KB
title clearParameters Method (SQLServerPreparedStatement)
description clearParameters Method (SQLServerPreparedStatement)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerPreparedStatement.clearParameters
apitype Assembly

clearParameters Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Clears the current parameter values immediately.

Syntax

  
public final void clearParameters()  

Exceptions

SQLServerException

Remarks

This clearParameters method is specified by the clearParameters method in the java.sql.PreparedStatement interface.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class