Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_changes

3217 ** returned by sqlite3_changes() immediately after an INSERT, UPDATE or 
3221 ** Things are more complicated if the sqlite3_changes() function is
3224 ** function invokes sqlite3_changes() directly. Essentially:
3228 ** sqlite3_changes() function is saved. After the trigger program
3232 ** statement sets the value returned by sqlite3_changes()
3234 ** any changes performed by sub-triggers, as the sqlite3_changes()
3249 ** while [sqlite3_changes()] is running then the value returned
3252 SQLITE_API int sqlite3_changes(sqlite3*);
3269 ** See also the [sqlite3_changes()] interface, the
15243 int nChange; /* Value returned by sqlite3_changes() */
77489 ** sqlite3_changes() on the database handle 'db'.
84618 ** change counter (returned by subsequent calls to sqlite3_changes()).
108058 ** around the sqlite3_changes() C/C++ function and hence follows the same
108068 sqlite3_result_int(context, sqlite3_changes(db));
113604 #define sqlite3_changes sqlite3_api->changes
113986 sqlite3_changes,
144315 SQLITE_API int sqlite3_changes(sqlite3 *db){
182652 if( rc==SQLITE_OK && sqlite3_changes(p->db)==0 ){
182688 if( rc==SQLITE_OK && sqlite3_changes(p->db)==0 ){