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

Data Fields

char * zName
 
ExprListpCols
 
SelectpSelect
 
const char * zCteErr
 

Detailed Description

Definition at line 19148 of file sqlite3.c.

Field Documentation

◆ pCols

ExprList* With::Cte::pCols

Definition at line 19150 of file sqlite3.c.

Referenced by sqlite3WithAdd(), and withDup().

◆ pSelect

Select* With::Cte::pSelect

Definition at line 19151 of file sqlite3.c.

Referenced by sqlite3WithAdd(), and withDup().

◆ zCteErr

const char* With::Cte::zCteErr

Definition at line 19152 of file sqlite3.c.

Referenced by sqlite3WithAdd().

◆ zName

char* With::Cte::zName

Definition at line 19149 of file sqlite3.c.

Referenced by searchWith(), sqlite3WithAdd(), and withDup().


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