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