PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | ctes |
bool | recursive |
ParseLoc | location |
Definition at line 1606 of file parsenodes.h.
List* WithClause::ctes |
Definition at line 1609 of file parsenodes.h.
Referenced by transformWithClause(), and WalkInnerWith().
ParseLoc WithClause::location |
Definition at line 1611 of file parsenodes.h.
bool WithClause::recursive |
Definition at line 1610 of file parsenodes.h.
Referenced by transformSetOperationStmt(), transformWithClause(), and WalkInnerWith().
NodeTag WithClause::type |
Definition at line 1608 of file parsenodes.h.