|
Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
| u8 | eState |
| u8 | curFlags |
| u8 | curPagerFlags |
| u8 | hints |
| int | skipNext |
| Btree * | pBtree |
| Pgno * | aOverflow |
| void * | pKey |
| BtShared * | pBt |
| BtCursor * | pNext |
| CellInfo | info |
| i64 | nKey |
| Pgno | pgnoRoot |
| i8 | iPage |
| u8 | curIntKey |
| u16 | ix |
| u16 | aiIdx [BTCURSOR_MAX_DEPTH-1] |
| struct KeyInfo * | pKeyInfo |
| MemPage * | pPage |
| MemPage * | apPage [BTCURSOR_MAX_DEPTH-1] |
| u16 BtCursor::aiIdx[BTCURSOR_MAX_DEPTH-1] |
| MemPage* BtCursor::apPage[BTCURSOR_MAX_DEPTH-1] |