sqlite3_close(3f) - [M_sqlite] Close a database file
Synopsis
Description
Options
subroutine sqlite3_close(db)
type(SQLITE_DATABASE) db
Close the database connection. Simply an interface to the corresponding C function.
Side effects:
The database file is closed and can no longer be accessed
db Structure variable identifying the database connection
Nemo Release 3.1 | sqlite3_close (3) | February 23, 2025 |