Public Attributes | |
u16 | aiIdx [BTCURSOR_MAX_DEPTH] |
Pgno * | aOverflow |
MemPage * | apPage [BTCURSOR_MAX_DEPTH] |
u8 | atLast |
sqlite3_int64 | cachedRowid |
u8 | eState |
u8 | hints |
CellInfo | info |
i16 | iPage |
u8 | isIncrblobHandle |
i64 | nKey |
BtShared * | pBt |
Btree * | pBtree |
Pgno | pgnoRoot |
void * | pKey |
struct KeyInfo * | pKeyInfo |
BtCursor * | pNext |
BtCursor * | pPrev |
int | skipNext |
u8 | validNKey |
u8 | wrFlag |
u16 BtCursor::aiIdx[BTCURSOR_MAX_DEPTH] |
MemPage* BtCursor::apPage[BTCURSOR_MAX_DEPTH] |
sqlite3_int64 BtCursor::cachedRowid |