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