.Dd December 19, 2018
.Dt SQLITE3_SET_LAST_INSERT_ROWID 3
.Os
.Sh NAME
.Nm sqlite3_set_last_insert_rowid
.Nd Set the Last Insert Rowid value.
.Sh SYNOPSIS
.Ft void 
.Fo sqlite3_set_last_insert_rowid
.Fa "sqlite3*"
.Fa "sqlite3_int64"
.Fc
.Sh DESCRIPTION
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.