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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9424 ** The sqlite.lastRowid records the last insert rowid generated by an
9426 ** trigger has its own context, so that lastRowid can be updated inside
9428 ** exits. Upon entering a before or instead of trigger, lastRowid is no
9436 ** context stack just like lastRowid so that the count of changes
9465 i64 lastRowid; /* ROWID of most recent insert (see above) */ member in struct:sqlite3
10937 #define OPFLAG_LASTROWID 0x02 /* Set to update db->lastRowid */
12598 Bool rowidIsValid; /* True if lastRowid is valid */
12611 i64 lastRowid; /* Last rowid from a Next or NextIdx operation */ member in struct:VdbeCursor
12669 i64 lastRowid; /* Last insert rowid (sqlite3.lastRowid) */ member in struct:VdbeFrame
63669 i64 lastRowid = db->lastRowid; /* Saved value of the last insert ROWID */ local
[all...]

Completed in 296 milliseconds