PostgreSQL Source Code: WithClause Struct Reference (original) (raw)

Data Fields

WithClause Struct Reference

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
List * ctes
bool recursive
ParseLoc location

Detailed Description

Definition at line 1649 of file parsenodes.h.

Field Documentation

ctes

List* WithClause::ctes

Definition at line 1652 of file parsenodes.h.

Referenced by transformWithClause(), and WalkInnerWith().

location

ParseLoc WithClause::location

Definition at line 1654 of file parsenodes.h.

recursive

bool WithClause::recursive

Definition at line 1653 of file parsenodes.h.

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

type

NodeTag WithClause::type

Definition at line 1651 of file parsenodes.h.


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