Searched defs:Cursor (Results 1 – 2 of 2) sorted by relevance
66 struct Cursor { struct67 BtCursor *pCursor; /* The cursor structure of the backend */ argument84 typedef struct Cursor Cursor; argument
57 int (*Cursor)(Btree*, int iTable, int wrFlag, BtCursor **ppCur); member