Public Attributes | |
| u16 | aiIdx [BTCURSOR_MAX_DEPTH] |
| Pgno * | aOverflow |
| MemPage * | apPage [BTCURSOR_MAX_DEPTH] |
| u8 | curFlags |
| u8 | curIntKey |
| u8 | curPagerFlags |
| u8 | eState |
| u8 | hints |
| CellInfo | info |
| i8 | iPage |
| i64 | nKey |
| int | nOvflAlloc |
| void * | padding1 |
| BtShared * | pBt |
| Btree * | pBtree |
| Pgno | pgnoRoot |
| void * | pKey |
| struct KeyInfo * | pKeyInfo |
| BtCursor * | pNext |
| int | skipNext |
| u16 BtCursor::aiIdx[BTCURSOR_MAX_DEPTH] |
| MemPage* BtCursor::apPage[BTCURSOR_MAX_DEPTH] |