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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h249 #define sqlite3_changes sqlite3_api->changes macro
H A Dsqlite3.h1661 ** the sqlite3_changes() interface can be called to find the number of
1671 ** while [sqlite3_changes()] is running then the value returned
1674 SQLITE_API int sqlite3_changes(sqlite3*);
1693 ** See also the [sqlite3_changes()] interface, the
H A Dsqlite3.c2214 ** the sqlite3_changes() interface can be called to find the number of
2224 ** while [sqlite3_changes()] is running then the value returned
2227 SQLITE_API int sqlite3_changes(sqlite3*);
2246 ** See also the [sqlite3_changes()] interface, the
9467 int nChange; /* Value returned by sqlite3_changes() */
89141 #define sqlite3_changes macro
110790 SQLITE_API int sqlite3_changes(sqlite3 *db){ function
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c353 *nrows = sqlite3_changes(sql->conn);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c384 *affected_rows = sqlite3_changes(stmt->db->db3);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h381 #define sqlite3_changes sqlite3_api->changes macro
H A Dsqlite3.h2460 ** returned by sqlite3_changes() immediately after an INSERT, UPDATE or
2464 ** Things are more complicated if the sqlite3_changes() function is
2467 ** function invokes sqlite3_changes() directly. Essentially:
2471 ** sqlite3_changes() function is saved. After the trigger program
2475 ** statement sets the value returned by sqlite3_changes()
2477 ** any changes performed by sub-triggers, as the sqlite3_changes()
2489 ** while [sqlite3_changes()] is running then the value returned
2500 SQLITE_API int sqlite3_changes(sqlite3*);
2530 ** <li> the [sqlite3_changes()] interface
H A Dshell.c20635 sqlite3_changes(p->db), sqlite3_total_changes(p->db));
H A Dsqlite3.c3523 ** returned by sqlite3_changes() immediately after an INSERT, UPDATE or
3527 ** Things are more complicated if the sqlite3_changes() function is
3530 ** function invokes sqlite3_changes() directly. Essentially:
3534 ** sqlite3_changes() function is saved. After the trigger program
3538 ** statement sets the value returned by sqlite3_changes()
3540 ** any changes performed by sub-triggers, as the sqlite3_changes()
3552 ** while [sqlite3_changes()] is running then the value returned
3563 SQLITE_API int sqlite3_changes(sqlite3*);
3593 ** <li> the [sqlite3_changes()] interface
16999 int nChange; /* Value returned by sqlite3_changes() */
125771 #define sqlite3_changes macro
165142 SQLITE_API int sqlite3_changes(sqlite3 *db){ function
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2215 Tcl_SetIntObj(pResult, sqlite3_changes(pDb->db));

Completed in 773 milliseconds