Manual Page Result
0
Command: sqlite3_set_last_insert_rowid | Section: 3 | Source: NetBSD | File: sqlite3_set_last_insert_rowid.3
SQLITE3_SET_LAST_INSERT_ROWID(3) FreeBSD Library Functions Manual
NAME
sqlite3_set_last_insert_rowid - Set the Last Insert Rowid value.
SYNOPSIS
void
sqlite3_set_last_insert_rowid(sqlite3*, sqlite3_int64);
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.
FreeBSD 14.1-RELEASE-p8 December 19, 2018 FreeBSD 14.1-RELEASE-p8