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