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