Searched refs:sqlite3_total_changes64 (Results 1 – 5 of 5) sorted by relevance
677 #define sqlite3_total_changes64 sqlite3_api->total_changes64 macro
2719 SQLITE_API sqlite3_int64 sqlite3_total_changes64(sqlite3*);
29835 sqlite3_changes64(p->db), sqlite3_total_changes64(p->db)); in runOneSqlLine()
3032 SQLITE_API sqlite3_int64 sqlite3_total_changes64(sqlite3*);[all...]
3323 Tcl_SetWideIntObj(pResult, sqlite3_total_changes64(pDb->db)); in DbObjCmd()