Home
last modified time | relevance | path

Searched refs:sqlite3_changes (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Dcursor.c949 self->rowcount = (long)sqlite3_changes(self->connection->db); in _pysqlite_query_execute()
957 self->rowcount += (long)sqlite3_changes(self->connection->db); in _pysqlite_query_execute()
1129 self->rowcount = (long)sqlite3_changes(self->connection->db); in pysqlite_cursor_iternext()
/third_party/sqlite/include/
H A Dsqlite3ext.h409 #define sqlite3_changes sqlite3_api->changes macro
H A Dsqlite3.h2549 ** the return value of sqlite3_changes() is undefined. ^Executing any other
2558 ** returned by sqlite3_changes() immediately after an INSERT, UPDATE or
2562 ** Things are more complicated if the sqlite3_changes() function is
2565 ** function invokes sqlite3_changes() directly. Essentially:
2569 ** sqlite3_changes() function is saved. After the trigger program
2573 ** statement sets the value returned by sqlite3_changes()
2575 ** any changes performed by sub-triggers, as the sqlite3_changes()
2587 ** while [sqlite3_changes()] is running then the value returned
2598 SQLITE_API int sqlite3_changes(sqlite3*);
2633 ** <li> the [sqlite3_changes()] interfac
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c2862 ** the return value of sqlite3_changes() is undefined. ^Executing any other
2871 ** returned by sqlite3_changes() immediately after an INSERT, UPDATE or
2875 ** Things are more complicated if the sqlite3_changes() function is
2878 ** function invokes sqlite3_changes() directly. Essentially:
2882 ** sqlite3_changes() function is saved. After the trigger program
2886 ** statement sets the value returned by sqlite3_changes()
2888 ** any changes performed by sub-triggers, as the sqlite3_changes()
2900 ** while [sqlite3_changes()] is running then the value returned
2911 SQLITE_API int sqlite3_changes(sqlite3*);
2946 ** <li> the [sqlite3_changes()] interfac
132332 #define sqlite3_changes global() macro
174528 SQLITE_API int sqlite3_changes(sqlite3 *db){ global() function
[all...]

Completed in 113 milliseconds