close abstract method
void
close()
Closes this prepared statement.
On native platforms, a native finalizer will also close statements automatically. On the web, finalizers are less reliable. For this reason, closing statements explicitly is still recommended.
See also:
sqlite3_finalize: https://www.sqlite.org/c3ref/finalize.html
Implementation
void close();