PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | ctes |
bool | recursive |
ParseLoc | location |
Definition at line 1582 of file parsenodes.h.
List* WithClause::ctes |
Definition at line 1585 of file parsenodes.h.
Referenced by transformWithClause().
ParseLoc WithClause::location |
Definition at line 1587 of file parsenodes.h.
bool WithClause::recursive |
Definition at line 1586 of file parsenodes.h.
Referenced by transformSetOperationStmt(), and transformWithClause().
NodeTag WithClause::type |
Definition at line 1584 of file parsenodes.h.