Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
SortCtx Struct Reference
Collaboration diagram for SortCtx:

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 144857 of file sqlite3.c.

Field Documentation

◆ addrSortIndex

int SortCtx::addrSortIndex

Definition at line 144863 of file sqlite3.c.

◆ iECursor

int SortCtx::iECursor

Definition at line 144860 of file sqlite3.c.

◆ labelBkOut

int SortCtx::labelBkOut

Definition at line 144862 of file sqlite3.c.

◆ labelDone

int SortCtx::labelDone

Definition at line 144864 of file sqlite3.c.

◆ labelOBLopt

int SortCtx::labelOBLopt

Definition at line 144865 of file sqlite3.c.

◆ nOBSat

int SortCtx::nOBSat

Definition at line 144859 of file sqlite3.c.

◆ pDeferredRowLoad

struct RowLoadInfo* SortCtx::pDeferredRowLoad

Definition at line 144875 of file sqlite3.c.

◆ pOrderBy

ExprList* SortCtx::pOrderBy

Definition at line 144858 of file sqlite3.c.

◆ regReturn

int SortCtx::regReturn

Definition at line 144861 of file sqlite3.c.

◆ sortFlags

u8 SortCtx::sortFlags

Definition at line 144866 of file sqlite3.c.


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