PreparedStatement.clearParameters

PreparedStatement.clearParameters

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void clearParameters() throws SQLException
Description

In general, parameter values remain in force for repeated use of a Statement. Setting a parameter value automatically clears its previous value. However, in some cases it is useful to immediately release the resources used by the current parameter values; this can be done by calling clearParameters.

Exceptions
SQLException if a database-access error occurs.