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

Data Fields

sqlite3db
 
tRowcnt nEst
 
tRowcnt nRow
 
int nLimit
 
int nCol
 
int nKeyCol
 
u8 nSkipAhead
 
StatSample current
 

Detailed Description

Definition at line 107824 of file sqlite3.c.

Field Documentation

◆ current

StatSample StatAccum::current

Definition at line 107832 of file sqlite3.c.

Referenced by statGet(), statInit(), and statPush().

◆ db

sqlite3* StatAccum::db

Definition at line 107825 of file sqlite3.c.

Referenced by statInit(), and statPush().

◆ nCol

int StatAccum::nCol

Definition at line 107829 of file sqlite3.c.

Referenced by statGet(), statInit(), and statPush().

◆ nEst

tRowcnt StatAccum::nEst

Definition at line 107826 of file sqlite3.c.

Referenced by statGet(), and statInit().

◆ nKeyCol

int StatAccum::nKeyCol

Definition at line 107830 of file sqlite3.c.

Referenced by statGet(), and statInit().

◆ nLimit

int StatAccum::nLimit

Definition at line 107828 of file sqlite3.c.

Referenced by statInit().

◆ nRow

tRowcnt StatAccum::nRow

Definition at line 107827 of file sqlite3.c.

Referenced by statGet(), statInit(), and statPush().

◆ nSkipAhead

u8 StatAccum::nSkipAhead

Definition at line 107831 of file sqlite3.c.

Referenced by statGet(), and statInit().


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