Home
last modified time | relevance | path

Searched defs:VdbeCursor (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DvdbeInt.h75 typedef struct VdbeCursor VdbeCursor; typedef
76 struct VdbeCursor { struct
77 u8 eCurType; /* One of the CURTYPE_* values above */
78 i8 iDb; /* Index of cursor database in db->aDb[] */
79 u8 nullRow; /* True if pointing to a row with no data */
108 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
112 union {
116 } uc;
119 Pgno pgnoRoot; /* Root page of the open btree cursor */
120 i16 nField; /* Number of fields in the header */
[all …]