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

Data Fields

ExprListpOrderBy
 
int nOBSat
 
int iECursor
 
int regReturn
 
int labelBkOut
 
int addrSortIndex
 
int labelDone
 
int labelOBLopt
 
u8 sortFlags
 
struct RowLoadInfopDeferredRowLoad
 

Detailed Description

Definition at line 129342 of file sqlite3.c.

Field Documentation

◆ addrSortIndex

int SortCtx::addrSortIndex

Definition at line 129348 of file sqlite3.c.

Referenced by selectInnerLoop(), and sqlite3Select().

◆ iECursor

int SortCtx::iECursor

Definition at line 129345 of file sqlite3.c.

Referenced by generateSortTail(), and sqlite3Select().

◆ labelBkOut

int SortCtx::labelBkOut

Definition at line 129347 of file sqlite3.c.

Referenced by generateSortTail().

◆ labelDone

int SortCtx::labelDone

Definition at line 129349 of file sqlite3.c.

Referenced by generateSortTail().

◆ labelOBLopt

int SortCtx::labelOBLopt

Definition at line 129350 of file sqlite3.c.

Referenced by sqlite3Select().

◆ nOBSat

int SortCtx::nOBSat

Definition at line 129344 of file sqlite3.c.

Referenced by generateSortTail(), makeSorterRecord(), selectInnerLoop(), and sqlite3Select().

◆ pDeferredRowLoad

struct RowLoadInfo* SortCtx::pDeferredRowLoad

Definition at line 129360 of file sqlite3.c.

Referenced by makeSorterRecord(), and selectInnerLoop().

◆ pOrderBy

ExprList* SortCtx::pOrderBy

Definition at line 129343 of file sqlite3.c.

Referenced by generateSortTail(), selectInnerLoop(), and sqlite3Select().

◆ regReturn

int SortCtx::regReturn

Definition at line 129346 of file sqlite3.c.

Referenced by generateSortTail().

◆ sortFlags

u8 SortCtx::sortFlags

Definition at line 129351 of file sqlite3.c.

Referenced by generateSortTail(), selectInnerLoop(), and sqlite3Select().


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