Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.08 KB

clearparameters-method-sqlserverpreparedstatement.md

File metadata and controls

36 lines (27 loc) · 1.08 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
clearParameters Method (SQLServerPreparedStatement)
clearParameters Method (SQLServerPreparedStatement)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerPreparedStatement.clearParameters
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