method DatabaseSync.prototype.close
DatabaseSync.prototype.close(): void
Deprecated
Closes the database connection. An exception is thrown if the database is not
open. This method is a wrapper around sqlite3_close_v2()
.
void
DatabaseSync.prototype.close(): void
Closes the database connection. An exception is thrown if the database is not
open. This method is a wrapper around sqlite3_close_v2()
.
void