|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | elementid |
| char | kind |
| Oid | relid |
| char * | aliasname |
| ArrayType * | key |
| char * | srcvertex |
| Oid | srcvertexid |
| Oid | srcrelid |
| ArrayType * | srckey |
| ArrayType * | srcref |
| ArrayType * | srceqop |
| char * | destvertex |
| Oid | destvertexid |
| Oid | destrelid |
| ArrayType * | destkey |
| ArrayType * | destref |
| ArrayType * | desteqop |
| List * | labels |
Definition at line 50 of file propgraphcmds.c.
| char* element_info::aliasname |
Definition at line 55 of file propgraphcmds.c.
Referenced by insert_element_record(), propgraph_edge_get_ref_keys(), and propgraph_element_get_key().
| ArrayType* element_info::desteqop |
Definition at line 70 of file propgraphcmds.c.
| ArrayType* element_info::destkey |
Definition at line 68 of file propgraphcmds.c.
| ArrayType* element_info::destref |
Definition at line 69 of file propgraphcmds.c.
| Oid element_info::destrelid |
Definition at line 67 of file propgraphcmds.c.
Referenced by CreatePropGraph().
| char* element_info::destvertex |
Definition at line 65 of file propgraphcmds.c.
| Oid element_info::destvertexid |
Definition at line 66 of file propgraphcmds.c.
| Oid element_info::elementid |
Definition at line 52 of file propgraphcmds.c.
| ArrayType* element_info::key |
Definition at line 56 of file propgraphcmds.c.
Referenced by AlterPropGraph(), check_element_label_properties(), get_element_label_property_names(), get_graph_label_ids(), get_graph_property_ids(), get_label_element_label_ids(), and insert_property_records().
| char element_info::kind |
Definition at line 53 of file propgraphcmds.c.
| List* element_info::labels |
Definition at line 72 of file propgraphcmds.c.
| Oid element_info::relid |
Definition at line 54 of file propgraphcmds.c.
Referenced by array_from_column_list(), and array_of_attnums_to_objectaddrs().
| ArrayType* element_info::srceqop |
Definition at line 63 of file propgraphcmds.c.
| ArrayType* element_info::srckey |
Definition at line 61 of file propgraphcmds.c.
| ArrayType* element_info::srcref |
Definition at line 62 of file propgraphcmds.c.
| Oid element_info::srcrelid |
Definition at line 60 of file propgraphcmds.c.
Referenced by CreatePropGraph().
| char* element_info::srcvertex |
Definition at line 58 of file propgraphcmds.c.
| Oid element_info::srcvertexid |
Definition at line 59 of file propgraphcmds.c.