gdrsclib
Data Fields
BtCursor Struct Reference

Data Fields

BtreepBtree
 
BtSharedpBt
 
BtCursorpNext
 
BtCursorpPrev
 
struct KeyInfopKeyInfo
 
Pgno pgnoRoot
 
sqlite3_int64 cachedRowid
 
CellInfo info
 
u8 wrFlag
 
u8 atLast
 
u8 validNKey
 
u8 eState
 
void * pKey
 
i64 nKey
 
int skipNext
 
u8 isIncrblobHandle
 
PgnoaOverflow
 
i16 iPage
 
MemPageapPage [BTCURSOR_MAX_DEPTH]
 
u16 aiIdx [BTCURSOR_MAX_DEPTH]
 

Detailed Description

Definition at line 37055 of file sqlite3.c.

Field Documentation

◆ aiIdx

Definition at line 37076 of file sqlite3.c.

◆ aOverflow

Pgno* aOverflow

Definition at line 37072 of file sqlite3.c.

◆ apPage

Definition at line 37075 of file sqlite3.c.

◆ atLast

u8 atLast

Definition at line 37064 of file sqlite3.c.

◆ cachedRowid

sqlite3_int64 cachedRowid

Definition at line 37061 of file sqlite3.c.

◆ eState

u8 eState

Definition at line 37066 of file sqlite3.c.

◆ info

CellInfo info

Definition at line 37062 of file sqlite3.c.

◆ iPage

i16 iPage

Definition at line 37074 of file sqlite3.c.

◆ isIncrblobHandle

u8 isIncrblobHandle

Definition at line 37071 of file sqlite3.c.

◆ nKey

i64 nKey

Definition at line 37068 of file sqlite3.c.

◆ pBt

BtShared* pBt

Definition at line 37057 of file sqlite3.c.

◆ pBtree

Btree* pBtree

Definition at line 37056 of file sqlite3.c.

◆ pgnoRoot

Pgno pgnoRoot

Definition at line 37060 of file sqlite3.c.

◆ pKey

void* pKey

Definition at line 37067 of file sqlite3.c.

◆ pKeyInfo

struct KeyInfo* pKeyInfo

Definition at line 37059 of file sqlite3.c.

◆ pNext

BtCursor* pNext

Definition at line 37058 of file sqlite3.c.

◆ pPrev

BtCursor * pPrev

Definition at line 37058 of file sqlite3.c.

◆ skipNext

int skipNext

Definition at line 37069 of file sqlite3.c.

◆ validNKey

u8 validNKey

Definition at line 37065 of file sqlite3.c.

◆ wrFlag

u8 wrFlag

Definition at line 37063 of file sqlite3.c.


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