SQLite3Stmt::reset
Resets the prepared statement
&reftitle.description;
public boolSQLite3Stmt::reset
Resets the prepared statement to its state prior to execution. All bindings
remain intact after reset.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns &true; if the statement is successfully reset, &false; on failure.