Home
last modified time | relevance | path

Searched refs:sqlite3_set_last_insert_rowid (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dloadext.c428 sqlite3_set_last_insert_rowid,
H A Dsqlite3ext.h621 #define sqlite3_set_last_insert_rowid sqlite3_api->set_last_insert_rowid macro
H A Dmain.c1074 void sqlite3_set_last_insert_rowid(sqlite3 *db, sqlite3_int64 iRowid){ in sqlite3_set_last_insert_rowid() function
H A Dsqlite.h.in2481 ** [sqlite3_set_last_insert_rowid()]
2489 ** rowid value using [sqlite3_set_last_insert_rowid()] before returning
2526 ** The sqlite3_set_last_insert_rowid(D, R) method allows the application to
2530 void sqlite3_set_last_insert_rowid(sqlite3*,sqlite3_int64);
/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c1132 sqlite3_set_last_insert_rowid(p->pConfig->db, iLastRowid); in sqlite3Fts5StorageSync()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c3560 sqlite3_set_last_insert_rowid(p->db, iLastRowid); in fts3SyncMethod()