|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | properties |
| bool | all |
| ParseLoc | location |
Definition at line 4311 of file parsenodes.h.
| bool PropGraphProperties::all |
Definition at line 4315 of file parsenodes.h.
Referenced by insert_property_records().
| ParseLoc PropGraphProperties::location |
Definition at line 4316 of file parsenodes.h.
| List* PropGraphProperties::properties |
Definition at line 4314 of file parsenodes.h.
Referenced by insert_property_records().
| NodeTag PropGraphProperties::type |
Definition at line 4313 of file parsenodes.h.