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

/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c190 lua_pushinteger(L, sqlite3_changes(*db));
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h270 #define sqlite3_changes sqlite3_api->changes macro
H A Dsqlite3.h1700 ** the sqlite3_changes() interface can be called to find the number of
1710 ** while [sqlite3_changes()] is running then the value returned
1713 SQLITE_API int sqlite3_changes(sqlite3*);
1732 ** See also the [sqlite3_changes()] interface, the
H A Dsqlite3.c2250 ** the sqlite3_changes() interface can be called to find the number of
2260 ** while [sqlite3_changes()] is running then the value returned
2263 SQLITE_API int sqlite3_changes(sqlite3*);
2282 ** See also the [sqlite3_changes()] interface, the
9698 int nChange; /* Value returned by sqlite3_changes() */
91117 #define sqlite3_changes macro
112884 SQLITE_API int sqlite3_changes(sqlite3 *db){ function
[all...]

Completed in 491 milliseconds