1.Dd December 19, 2018 2.Dt SQLITE3_SET_LAST_INSERT_ROWID 3 3.Os 4.Sh NAME 5.Nm sqlite3_set_last_insert_rowid 6.Nd Set the Last Insert Rowid value. 7.Sh SYNOPSIS 8.Ft void 9.Fo sqlite3_set_last_insert_rowid 10.Fa "sqlite3*" 11.Fa "sqlite3_int64" 12.Fc 13.Sh DESCRIPTION 14The sqlite3_set_last_insert_rowid(D, R) method allows the application 15to set the value returned by calling sqlite3_last_insert_rowid(D) to 16R without inserting a row into the database. 17