Home
last modified time | relevance | path

Searched refs:sqlite3_total_changes (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/test/
H A Dchanges.test12 # Tests for the sqlite3_changes() and sqlite3_total_changes() APIs.
H A De_totalchanges.test96 # does not affect the value returned by sqlite3_total_changes().
H A Dfts4merge.test293 # Test that the value returned by sqlite3_total_changes() increases by
H A Dfkey2.test1437 # trigger related changes, they are included in sqlite3_total_changes() though.
H A Dwithout_rowid3.test1499 # trigger related changes, they are included in sqlite3_total_changes() though.
/sqlite-3.40.0/src/
H A Dloadext.c243 sqlite3_total_changes,
H A Dsqlite3ext.h492 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dmain.c1114 int sqlite3_total_changes(sqlite3 *db){ in sqlite3_total_changes() function
H A Dsqlite.h.in1155 ** connections possibly in other processes. The [sqlite3_total_changes()]
1159 ** [sqlite3_total_changes()] interface responds to internal changes only and
2585 ** <li> the [sqlite3_total_changes()] interface
2604 ** the return value of sqlite3_total_changes() is undefined. ^Executing
2606 ** sqlite3_total_changes().
2613 ** The [sqlite3_total_changes(D)] interface only reports the number
2621 ** while [sqlite3_total_changes()] is running then the value
2633 int sqlite3_total_changes(sqlite3*);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js540 : capi.sqlite3_total_changes(p);