![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Public Attributes | |
| u8 | eCurType |
| i8 | iDb |
| u8 | nullRow |
| u8 | deferredMoveto |
| u8 | isTable |
| Bool | isEphemeral:1 |
| Bool | useRandomRowid:1 |
| Bool | isOrdered:1 |
| Bool | seekHit:1 |
| Btree * | pBtx |
| i64 | seqCount |
| int * | aAltMap |
| u32 | cacheStatus |
| int | seekResult |
| VdbeCursor * | pAltCursor |
| union { | |
| BtCursor * pCursor | |
| sqlite3_vtab_cursor * pVCur | |
| VdbeSorter * pSorter | |
| } | uc |
| KeyInfo * | pKeyInfo |
| u32 | iHdrOffset |
| Pgno | pgnoRoot |
| i16 | nField |
| u16 | nHdrParsed |
| i64 | movetoTarget |
| u32 * | aOffset |
| const u8 * | aRow |
| u32 | payloadSize |
| u32 | szRow |
| u32 | aType [1] |
| int* VdbeCursor::aAltMap |
Definition at line 20751 of file sqlite3.c.
Referenced by sqlite3VdbeCursorMoveto().
| u32* VdbeCursor::aOffset |
Definition at line 20779 of file sqlite3.c.
Referenced by allocateCursor().
| u32 VdbeCursor::aType[1] |
Definition at line 20790 of file sqlite3.c.
Referenced by allocateCursor(), and blobSeekToRow().
| u32 VdbeCursor::cacheStatus |
Definition at line 20757 of file sqlite3.c.
Referenced by handleMovedCursor(), and sqlite3VdbeFinishMoveto().
| u8 VdbeCursor::deferredMoveto |
Definition at line 20739 of file sqlite3.c.
Referenced by sqlite3VdbeCursorMoveto(), and sqlite3VdbeFinishMoveto().
| u8 VdbeCursor::eCurType |
Definition at line 20736 of file sqlite3.c.
Referenced by allocateCursor(), handleMovedCursor(), sqlite3VdbeCursorMoveto(), sqlite3VdbeFinishMoveto(), sqlite3VdbeIdxKeyCompare(), sqlite3VdbeSorterInit(), sqlite3VdbeSorterNext(), and sqlite3VdbeSorterRewind().
| i8 VdbeCursor::iDb |
Definition at line 20737 of file sqlite3.c.
Referenced by allocateCursor().
| Bool VdbeCursor::isEphemeral |
Definition at line 20745 of file sqlite3.c.
Referenced by allocateCursor().
| u8 VdbeCursor::isTable |
Definition at line 20740 of file sqlite3.c.
Referenced by sqlite3VdbeFinishMoveto().
| i64 VdbeCursor::movetoTarget |
Definition at line 20778 of file sqlite3.c.
Referenced by sqlite3VdbeFinishMoveto().
| i16 VdbeCursor::nField |
Definition at line 20776 of file sqlite3.c.
Referenced by allocateCursor(), and blobSeekToRow().
| u16 VdbeCursor::nHdrParsed |
Definition at line 20777 of file sqlite3.c.
Referenced by blobSeekToRow().
| u8 VdbeCursor::nullRow |
Definition at line 20738 of file sqlite3.c.
Referenced by handleMovedCursor(), and sqlite3VdbeCursorMoveto().
| VdbeCursor* VdbeCursor::pAltCursor |
Definition at line 20767 of file sqlite3.c.
Referenced by sqlite3VdbeCursorMoveto().
| Btree* VdbeCursor::pBtx |
Definition at line 20749 of file sqlite3.c.
Referenced by allocateCursor(), and sqlite3VdbeSorterInit().
| BtCursor* VdbeCursor::pCursor |
Definition at line 20769 of file sqlite3.c.
Referenced by allocateCursor(), blobSeekToRow(), handleMovedCursor(), sqlite3VdbeCursorMoveto(), sqlite3VdbeFinishMoveto(), and sqlite3VdbeIdxKeyCompare().
| KeyInfo* VdbeCursor::pKeyInfo |
Definition at line 20773 of file sqlite3.c.
Referenced by sqlite3VdbeSorterInit().
| VdbeSorter* VdbeCursor::pSorter |
Definition at line 20771 of file sqlite3.c.
Referenced by sqlite3VdbeSorterInit(), sqlite3VdbeSorterNext(), and sqlite3VdbeSorterRewind().
| sqlite3_vtab_cursor* VdbeCursor::pVCur |
| union { ... } VdbeCursor::uc |