HomeSort by relevance Sort by last modified time
    Searched refs:total_changes (Results 1 - 3 of 3) 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...]

Completed in 54 milliseconds