sqlite3_closeΒΆ

sqlite3_close closes the open SQLite database.

bool = sqlite3_close(db)

Return Value

bool.

Parameters

db

db is a handle returned by sqlite3_open.

History

Version Beschreibung
5.5.0 New.

See also

Overview SQLite

id-768130