The SQLite Bytecode Engine
(opcode.html)
4. The Opcodes
... If the OPFLAG_LASTROWID flag of P5 is set,
then rowid is stored for subsequent return by the
sqlite3_last_insert_rowid() function (otherwise it is unmodified).
If the OPFLAG_USESEEKRESULT flag of P5 is set, the implementation might
run faster by avoiding an unnecessary ...
|
The Virtual Table Mechanism Of SQLite
(vtab.html)
2.13. The xUpdate Method
... must set *pRowid to the rowid of the newly inserted row;
this will become the value returned by the sqlite3_last_insert_rowid()
function. Setting this value in all the other cases is a harmless no-op;
the SQLite engine ignores the *pRowid ...
|
The Virtual Database Engine of SQLite
(vdbe.html)
... Because operand P2 is 1 the row change count
is incremented and the rowid is stored for subsequent return by the
sqlite_last_insert_rowid() function. If P2 is 0 the row change count is
unmodified. This instruction is where the insert actually ...
|
Page generated by FTS5 in about 27.83 ms.