PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
List * | ctes |
bool | recursive |
int | location |
Definition at line 1546 of file parsenodes.h.
List* WithClause::ctes |
Definition at line 1549 of file parsenodes.h.
Referenced by transformWithClause().
int WithClause::location |
Definition at line 1551 of file parsenodes.h.
bool WithClause::recursive |
Definition at line 1550 of file parsenodes.h.
Referenced by transformSetOperationStmt(), and transformWithClause().
NodeTag WithClause::type |
Definition at line 1548 of file parsenodes.h.