The Pedigree Project  0.1
Public Attributes | List of all members
VdbeCursor Struct Reference
+ Collaboration diagram for VdbeCursor:

Public Attributes

u8 eCurType
 
i8 iDb
 
u8 nullRow
 
u8 deferredMoveto
 
u8 isTable
 
Bool isEphemeral:1
 
Bool useRandomRowid:1
 
Bool isOrdered:1
 
Pgno pgnoRoot
 
i16 nField
 
u16 nHdrParsed
 
union {
   BtCursor *   pCursor
 
   sqlite3_vtab_cursor *   pVCur
 
   int   pseudoTableReg
 
   VdbeSorter *   pSorter
 
uc
 
BtreepBt
 
KeyInfopKeyInfo
 
int seekResult
 
i64 seqCount
 
i64 movetoTarget
 
VdbeCursorpAltCursor
 
int * aAltMap
 
u32 cacheStatus
 
u32 payloadSize
 
u32 szRow
 
u32 iHdrOffset
 
const u8 * aRow
 
u32 * aOffset
 
u32 aType [1]
 

Detailed Description

Definition at line 17781 of file sqlite3.c.


The documentation for this struct was generated from the following file: