Clears set parameters on the specified prepared statement object.
Syntax
clearParameters( preparedstatement )
preparedstatement.clearParameters( )
Parameters
preparedstatement
|
the prepared statement object to use.
|
Returns
Example
ps.clearParameters( )
|