MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / _hx_sqlite_close

Function _hx_sqlite_close

src/hx/libs/sqlite/Sqlite.cpp:220–224  ·  view source on GitHub ↗

close : 'db -> void Closes the database. **/

Source from the content-addressed store, hash-verified

218 <doc>Closes the database.</doc>
219**/
220void _hx_sqlite_close(Dynamic handle)
221{
222 database *db = getDatabase(handle);
223 db->destroy(true);
224}
225
226/**
227 last_insert_id : 'db -> int

Callers

nothing calls this directly

Calls 2

getDatabaseFunction · 0.85
destroyMethod · 0.45

Tested by

no test coverage detected