PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CreatePropGraphStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarpgname
 
Listvertex_tables
 
Listedge_tables
 

Detailed Description

Definition at line 4308 of file parsenodes.h.

Field Documentation

◆ edge_tables

List* CreatePropGraphStmt::edge_tables

Definition at line 4313 of file parsenodes.h.

◆ pgname

RangeVar* CreatePropGraphStmt::pgname

Definition at line 4311 of file parsenodes.h.

◆ type

NodeTag CreatePropGraphStmt::type

Definition at line 4310 of file parsenodes.h.

◆ vertex_tables

List* CreatePropGraphStmt::vertex_tables

Definition at line 4312 of file parsenodes.h.


The documentation for this struct was generated from the following file: