Documentación offline SQLite 3.53.4
por @raupulus

Set the Last Insert Rowid value.

3.53.4 Ver versión oficial en línea Licencia BlessingDescargado el 2026-09-15 Bundle .md (21.8 MB) ↓

\ void sqlite3_set_last_insert_rowid(sqlite3*,sqlite3_int64);\

The sqlite3_set_last_insert_rowid(D, R) method allows the application to set the value returned by calling sqlite3_last_insert_rowid(D) to R without inserting a row into the database.

See also lists of Objects, Constants, and Functions.