PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WithClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listctes
 
bool recursive
 
ParseLoc location
 

Detailed Description

Definition at line 1606 of file parsenodes.h.

Field Documentation

◆ ctes

List* WithClause::ctes

Definition at line 1609 of file parsenodes.h.

Referenced by transformWithClause(), and WalkInnerWith().

◆ location

ParseLoc WithClause::location

Definition at line 1611 of file parsenodes.h.

◆ recursive

bool WithClause::recursive

Definition at line 1610 of file parsenodes.h.

Referenced by transformSetOperationStmt(), transformWithClause(), and WalkInnerWith().

◆ type

NodeTag WithClause::type

Definition at line 1608 of file parsenodes.h.


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