PostgreSQL Source Code  git master
WithClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listctes
 
bool recursive
 
ParseLoc location
 

Detailed Description

Definition at line 1597 of file parsenodes.h.

Field Documentation

◆ ctes

List* WithClause::ctes

Definition at line 1600 of file parsenodes.h.

Referenced by transformWithClause().

◆ location

ParseLoc WithClause::location

Definition at line 1602 of file parsenodes.h.

◆ recursive

bool WithClause::recursive

Definition at line 1601 of file parsenodes.h.

Referenced by transformSetOperationStmt(), and transformWithClause().

◆ type

NodeTag WithClause::type

Definition at line 1599 of file parsenodes.h.


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