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

Data Fields

u8 eDest
int iSDParm
int iSDParm2
int iSdst
int nSdst
char * zAffSdst
ExprListpOrderBy

Detailed Description

Definition at line 20123 of file sqlite3.c.

Field Documentation

◆ eDest

u8 SelectDest::eDest

Definition at line 20124 of file sqlite3.c.

◆ iSDParm

int SelectDest::iSDParm

Definition at line 20125 of file sqlite3.c.

◆ iSDParm2

int SelectDest::iSDParm2

Definition at line 20126 of file sqlite3.c.

◆ iSdst

int SelectDest::iSdst

Definition at line 20127 of file sqlite3.c.

◆ nSdst

int SelectDest::nSdst

Definition at line 20128 of file sqlite3.c.

◆ pOrderBy

ExprList* SelectDest::pOrderBy

Definition at line 20130 of file sqlite3.c.

◆ zAffSdst

char* SelectDest::zAffSdst

Definition at line 20129 of file sqlite3.c.


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