Searched defs:VdbeCursor (Results 1 – 1 of 1) sorted by relevance
17699 typedef struct VdbeCursor VdbeCursor; typedef17700 struct VdbeCursor { struct17701 u8 eCurType; /* One of the CURTYPE_* values above */17703 u8 nullRow; /* True if pointing to a row with no data */17727 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument17730 u64 maskUsed; /* Mask of columns used by this cursor */17743 u32 payloadSize; /* Total number of bytes in the record */17744 u32 szRow; /* Byte available in aRow */17745 u32 iHdrOffset; /* Offset to next unparsed byte of the header */17747 u32 *aOffset; /* Pointer to aType[nField] */[all …]
Completed in 447 milliseconds