Searched defs:VdbeCursor (Results 1 – 1 of 1) sorted by relevance
75 typedef struct VdbeCursor VdbeCursor; typedef76 struct VdbeCursor { struct77 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. argument112 union {116 } uc;119 Pgno pgnoRoot; /* Root page of the open btree cursor */120 i16 nField; /* Number of fields in the header */[all …]