Searched refs:total_changes (Results 1 - 6 of 6) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h142 int (*total_changes)(sqlite3*); member in struct:sqlite3_api_routines
428 #define sqlite3_total_changes sqlite3_api->total_changes
H A Dsqlite3.c3270 ** [count_changes pragma], and the [total_changes() SQL function].
108075 static void total_changes( function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h142 int (*total_changes)(sqlite3*); member in struct:sqlite3_api_routines
428 #define sqlite3_total_changes sqlite3_api->total_changes
H A Dsqlite3.c3270 ** [count_changes pragma], and the [total_changes() SQL function].
108075 static void total_changes( function
[all...]
/external/python/cpython2/Lib/sqlite3/test/
H A Ddbapi.py328 if self.cx.total_changes < 2:
/external/python/cpython3/Lib/sqlite3/test/
H A Ddbapi.py341 self.assertLess(2, self.cx.total_changes, msg='total changes reported wrong value')

Completed in 553 milliseconds