Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching full:sqlite3_changes

1245 ** the sqlite3_changes() interface can be called to find the number of
1255 ** will not be counted by the sqlite3_changes() or [sqlite3_total_changes()]
1266 ** while [sqlite3_changes()] is running then the value returned
1269 int sqlite3_changes(sqlite3*);
1287 ** will not be counted by the sqlite3_changes() or [sqlite3_total_changes()]
1294 ** See also the [sqlite3_changes()] interface.