Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
RowSet Struct Reference

Data Fields

struct RowSetChunkpChunk
 
sqlite3db
 
struct RowSetEntrypEntry
 
struct RowSetEntrypLast
 
struct RowSetEntrypFresh
 
struct RowSetEntrypForest
 
u16 nFresh
 
u16 rsFlags
 
int iBatch
 

Detailed Description

Definition at line 51146 of file sqlite3.c.

Field Documentation

◆ db

sqlite3* RowSet::db

Definition at line 51148 of file sqlite3.c.

Referenced by rowSetEntryAlloc(), sqlite3RowSetClear(), and sqlite3RowSetInit().

◆ iBatch

int RowSet::iBatch

Definition at line 51155 of file sqlite3.c.

Referenced by sqlite3RowSetInit(), and sqlite3RowSetTest().

◆ nFresh

u16 RowSet::nFresh

Definition at line 51153 of file sqlite3.c.

Referenced by rowSetEntryAlloc(), sqlite3RowSetClear(), and sqlite3RowSetInit().

◆ pChunk

struct RowSetChunk* RowSet::pChunk

Definition at line 51147 of file sqlite3.c.

Referenced by rowSetEntryAlloc(), sqlite3RowSetClear(), and sqlite3RowSetInit().

◆ pEntry

struct RowSetEntry* RowSet::pEntry

◆ pForest

struct RowSetEntry* RowSet::pForest

◆ pFresh

struct RowSetEntry* RowSet::pFresh

Definition at line 51151 of file sqlite3.c.

Referenced by rowSetEntryAlloc(), and sqlite3RowSetInit().

◆ pLast

struct RowSetEntry* RowSet::pLast

◆ rsFlags


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