Searched refs:sqlite3_total_changes (Results 1 – 10 of 10) sorted by relevance
12 # Tests for the sqlite3_changes() and sqlite3_total_changes() APIs.
96 # does not affect the value returned by sqlite3_total_changes().
293 # Test that the value returned by sqlite3_total_changes() increases by
1437 # trigger related changes, they are included in sqlite3_total_changes() though.
1499 # trigger related changes, they are included in sqlite3_total_changes() though.
243 sqlite3_total_changes,
492 #define sqlite3_total_changes sqlite3_api->total_changes macro
1114 int sqlite3_total_changes(sqlite3 *db){ in sqlite3_total_changes() function
1155 ** connections possibly in other processes. The [sqlite3_total_changes()]1159 ** [sqlite3_total_changes()] interface responds to internal changes only and2585 ** <li> the [sqlite3_total_changes()] interface2604 ** the return value of sqlite3_total_changes() is undefined. ^Executing 2606 ** sqlite3_total_changes().2613 ** The [sqlite3_total_changes(D)] interface only reports the number2621 ** while [sqlite3_total_changes()] is running then the value2633 int sqlite3_total_changes(sqlite3*);
540 : capi.sqlite3_total_changes(p);