8.4.3 clearParameters()
- Organization of this subsection
(1) Function
This method clears all values from the current parameter set that is specified.
(2) Format
public synchronized void clearParameters() throws SQLException
(3) Arguments
None.
(4) Return value
None.
(5) Exceptions
The JDBC driver throws an SQLException in the following cases:
-
The PreparedStatement object is closed.
-
The Connection object that created this PreparedStatement object is closed.