Searched refs:sqlite3_set_last_insert_rowid (Results 1 – 6 of 6) sorted by relevance
428 sqlite3_set_last_insert_rowid,
621 #define sqlite3_set_last_insert_rowid sqlite3_api->set_last_insert_rowid macro
1074 void sqlite3_set_last_insert_rowid(sqlite3 *db, sqlite3_int64 iRowid){ in sqlite3_set_last_insert_rowid() function
2481 ** [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 to2530 void sqlite3_set_last_insert_rowid(sqlite3*,sqlite3_int64);
1132 sqlite3_set_last_insert_rowid(p->pConfig->db, iLastRowid); in sqlite3Fts5StorageSync()
3560 sqlite3_set_last_insert_rowid(p->db, iLastRowid); in fts3SyncMethod()