|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | properties |
| bool | all |
| ParseLoc | location |
Definition at line 4290 of file parsenodes.h.
| bool PropGraphProperties::all |
Definition at line 4294 of file parsenodes.h.
Referenced by insert_property_records().
| ParseLoc PropGraphProperties::location |
Definition at line 4295 of file parsenodes.h.
| List* PropGraphProperties::properties |
Definition at line 4293 of file parsenodes.h.
Referenced by insert_property_records().
| NodeTag PropGraphProperties::type |
Definition at line 4292 of file parsenodes.h.