clearParameters Method (SQLServerPreparedStatement)

Download JDBC driver

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