SQLite3Stmt::close
Closes the prepared statement
&reftitle.description;
public boolSQLite3Stmt::close
Closes the prepared statement.
Note that all SQLite3Results that have been retrieved
by executing this statement will be invalidated when the statement is
closed.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns &true;