SQLite3Result::finalize
Closes the result set
&reftitle.description;
public trueSQLite3Result::finalize
Closes the result set.
&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;.