gdrsclib
Data Fields
RowSet Struct Reference

Data Fields

struct RowSetChunkpChunk
 
sqlite3db
 
struct RowSetEntrypEntry
 
struct RowSetEntrypLast
 
struct RowSetEntrypFresh
 
struct RowSetEntrypTree
 
u16 nFresh
 
u8 isSorted
 
u8 iBatch
 

Detailed Description

Definition at line 30901 of file sqlite3.c.

Field Documentation

◆ db

sqlite3* db

Definition at line 30903 of file sqlite3.c.

◆ iBatch

u8 iBatch

Definition at line 30910 of file sqlite3.c.

◆ isSorted

u8 isSorted

Definition at line 30909 of file sqlite3.c.

◆ nFresh

u16 nFresh

Definition at line 30908 of file sqlite3.c.

◆ pChunk

struct RowSetChunk* pChunk

Definition at line 30902 of file sqlite3.c.

◆ pEntry

struct RowSetEntry* pEntry

Definition at line 30904 of file sqlite3.c.

◆ pFresh

struct RowSetEntry* pFresh

Definition at line 30906 of file sqlite3.c.

◆ pLast

struct RowSetEntry* pLast

Definition at line 30905 of file sqlite3.c.

◆ pTree

struct RowSetEntry* pTree

Definition at line 30907 of file sqlite3.c.


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