HomeSort by relevance Sort by last modified time
    Searched refs:total_changes (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/test/
laststmtchanges.test 11 # Tests to make sure that values returned by changes() and total_changes()
43 select changes(), total_changes();
51 select changes(), total_changes();
104 set ::tc [db total_changes]
140 expr [db total_changes] - $::tc
320 set nTotalChange [execsql {SELECT total_changes()}]
325 SELECT total_changes();
327 SELECT total_changes();
  /external/chromium_org/third_party/sqlite/src/src/
sqlite3ext.h 132 int (*total_changes)(sqlite3*); member in struct:sqlite3_api_routines
335 #define sqlite3_total_changes sqlite3_api->total_changes
func.c 477 ** Implementation of the total_changes() SQL function. The return value is
480 static void total_changes( function
    [all...]
  /external/sqlite/dist/orig/
sqlite3ext.h 144 int (*total_changes)(sqlite3*); member in struct:sqlite3_api_routines
359 #define sqlite3_total_changes sqlite3_api->total_changes
  /external/sqlite/dist/
sqlite3ext.h 144 int (*total_changes)(sqlite3*); member in struct:sqlite3_api_routines
359 #define sqlite3_total_changes sqlite3_api->total_changes
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 327 if self.cx.total_changes < 2:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 327 if self.cx.total_changes < 2:

Completed in 141 milliseconds