Home
last modified time | relevance | path

Searched refs:sqlite3_changes (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h410 #define sqlite3_changes sqlite3_api->changes macro
H A Dsqlite3.h2627 ** the return value of sqlite3_changes() is undefined. ^Executing any other
2636 ** returned by sqlite3_changes() immediately after an INSERT, UPDATE or
2640 ** Things are more complicated if the sqlite3_changes() function is
2643 ** function invokes sqlite3_changes() directly. Essentially:
2647 ** sqlite3_changes() function is saved. After the trigger program
2651 ** statement sets the value returned by sqlite3_changes()
2653 ** any changes performed by sub-triggers, as the sqlite3_changes()
2665 ** while [sqlite3_changes()] is running then the value returned
2676 SQLITE_API int sqlite3_changes(sqlite3*);
2711 ** <li> the [sqlite3_changes()] interfac
[all...]
H A Dsqlite3.c2940 ** the return value of sqlite3_changes() is undefined. ^Executing any other
2949 ** returned by sqlite3_changes() immediately after an INSERT, UPDATE or
2953 ** Things are more complicated if the sqlite3_changes() function is
2956 ** function invokes sqlite3_changes() directly. Essentially:
2960 ** sqlite3_changes() function is saved. After the trigger program
2964 ** statement sets the value returned by sqlite3_changes()
2966 ** any changes performed by sub-triggers, as the sqlite3_changes()
2978 ** while [sqlite3_changes()] is running then the value returned
2989 SQLITE_API int sqlite3_changes(sqlite3*);
3024 ** <li> the [sqlite3_changes()] interfac
[all...]