Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c17699 typedef struct VdbeCursor VdbeCursor; typedef
17700 struct VdbeCursor { struct
17701 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 */ argument
17730 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 437 milliseconds