SQLite3Stmt::close
Closes the prepared statement
&reftitle.description;
public trueSQLite3Stmt::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;
&return.true.always;
&reftitle.errors;
An Error is thrown if the method is called on an uninitialized object.
&reftitle.changelog;
&Version;
&Description;
8.1.0
This method now throws an Error exception if the
object is not correct initialized. Previously, it returned
&false;.