Searched refs:sqlite3_total_changes (Results 1 – 3 of 3) sorted by relevance
499 #define sqlite3_total_changes sqlite3_api->total_changes macro
1159 ** connections possibly in other processes. The [sqlite3_total_changes()]1163 ** [sqlite3_total_changes()] interface responds to internal changes only and2670 ** <li> the [sqlite3_total_changes()] interface2689 ** the return value of sqlite3_total_changes() is undefined. ^Executing2691 ** sqlite3_total_changes().2698 ** The [sqlite3_total_changes(D)] interface only reports the number2706 ** while [sqlite3_total_changes()] is running then the value2718 SQLITE_API int sqlite3_total_changes(sqlite3*);
1472 ** connections possibly in other processes. The [sqlite3_total_changes()]1476 ** [sqlite3_total_changes()] interface responds to internal changes only and2983 ** <li> the [sqlite3_total_changes()] interface3002 ** the return value of sqlite3_total_changes() is undefined. ^Executing3004 ** sqlite3_total_changes().3011 ** The [sqlite3_total_changes(D)] interface only reports the number3019 ** while [sqlite3_total_changes()] is running then the value3031 SQLITE_API int sqlite3_total_changes(sqlite3*);17672 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */[all...]