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