Searched defs:Cursor (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dbtree.h57 int (*Cursor)(Btree*, int iTable, int wrFlag, BtCursor **ppCur); member in struct:BtOps
123 (btOps(pBt)->Cursor(pBt, iTable, wrFlag, ppCur))
H A DvdbeInt.h61 ** If the Cursor.isTriggerRow flag is set it means that this cursor is
63 ** a row trigger. The data for the row is stored in Cursor.pData and
64 ** the rowid is in Cursor.iKey.
66 struct Cursor { struct
84 typedef struct Cursor Cursor; typedef in typeref:struct:Cursor
248 Cursor *aCsr; /* One element of this array for each open cursor */
297 void sqliteVdbeCleanupCursor(Cursor*);
302 int sqliteVdbeCursorMoveto(Cursor*);

Completed in 17 milliseconds