ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
With::Cte Struct Reference
Collaboration diagram for With::Cte:

Public Attributes

char * zName
 
ExprListpCols
 
SelectpSelect
 
const char * zCteErr
 

Detailed Description

Definition at line 19113 of file sqlite3.c.

Member Data Documentation

◆ pCols

ExprList* With::Cte::pCols

Definition at line 19115 of file sqlite3.c.

Referenced by sqlite3WithAdd(), and withDup().

◆ pSelect

Select* With::Cte::pSelect

Definition at line 19116 of file sqlite3.c.

Referenced by sqlite3WithAdd(), and withDup().

◆ zCteErr

const char* With::Cte::zCteErr

Definition at line 19117 of file sqlite3.c.

Referenced by sqlite3WithAdd().

◆ zName

char* With::Cte::zName

Definition at line 19114 of file sqlite3.c.

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


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