Searched refs:lastRowid (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9655 ** The sqlite.lastRowid records the last insert rowid generated by an
9657 ** trigger has its own context, so that lastRowid can be updated inside
9659 ** exits. Upon entering a before or instead of trigger, lastRowid is no
9667 ** context stack just like lastRowid so that the count of changes
9696 i64 lastRowid; /* ROWID of most recent insert (see above) */ member in struct:sqlite3
11163 #define OPFLAG_LASTROWID 0x02 /* Set to update db->lastRowid */
12852 Bool rowidIsValid; /* True if lastRowid is valid */
12865 i64 lastRowid; /* Last rowid from a Next or NextIdx operation */ member in struct:VdbeCursor
12925 i64 lastRowid; /* Last insert rowid (sqlite3.lastRowid) */ member in struct:VdbeFrame
64885 i64 lastRowid = db->lastRowid; /* Saved value of the last insert ROWID */ local
[all...]

Completed in 397 milliseconds