|
|
u8 | eCurType |
| |
|
i8 | iDb |
| |
|
u8 | nullRow |
| |
|
u8 | deferredMoveto |
| |
|
u8 | isTable |
| |
|
Bool | isEphemeral:1 |
| |
|
Bool | useRandomRowid:1 |
| |
|
Bool | isOrdered:1 |
| |
|
Pgno | pgnoRoot |
| |
|
i16 | nField |
| |
|
u16 | nHdrParsed |
| |
|
union { |
|
BtCursor * pCursor |
| |
|
sqlite3_vtab_cursor * pVCur |
| |
|
int pseudoTableReg |
| |
|
VdbeSorter * pSorter |
| |
| } | uc |
| |
|
Btree * | pBt |
| |
|
KeyInfo * | pKeyInfo |
| |
|
int | seekResult |
| |
|
i64 | seqCount |
| |
|
i64 | movetoTarget |
| |
|
VdbeCursor * | pAltCursor |
| |
|
int * | aAltMap |
| |
|
u32 | cacheStatus |
| |
|
u32 | payloadSize |
| |
|
u32 | szRow |
| |
|
u32 | iHdrOffset |
| |
|
const u8 * | aRow |
| |
|
u32 * | aOffset |
| |
|
u32 | aType [1] |
| |
Definition at line 17781 of file sqlite3.c.
The documentation for this struct was generated from the following file: