|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| RangeVar * | graph_name |
| struct GraphPattern * | graph_pattern |
| List * | columns |
| Alias * | alias |
| ParseLoc | location |
Definition at line 716 of file parsenodes.h.
| Alias* RangeGraphTable::alias |
Definition at line 722 of file parsenodes.h.
| List* RangeGraphTable::columns |
Definition at line 721 of file parsenodes.h.
| RangeVar* RangeGraphTable::graph_name |
Definition at line 719 of file parsenodes.h.
| struct GraphPattern* RangeGraphTable::graph_pattern |
Definition at line 720 of file parsenodes.h.
| ParseLoc RangeGraphTable::location |
Definition at line 723 of file parsenodes.h.
| NodeTag RangeGraphTable::type |
Definition at line 718 of file parsenodes.h.