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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RangeVarpgname
 
bool missing_ok
 
Listadd_vertex_tables
 
Listadd_edge_tables
 
Listdrop_vertex_tables
 
Listdrop_edge_tables
 
DropBehavior drop_behavior
 
AlterPropGraphElementKind element_kind
 
const charelement_alias
 
Listadd_labels
 
const chardrop_label
 
const charalter_label
 
PropGraphPropertiesadd_properties
 
Listdrop_properties
 

Detailed Description

Definition at line 4330 of file parsenodes.h.

Field Documentation

◆ add_edge_tables

List* AlterPropGraphStmt::add_edge_tables

Definition at line 4336 of file parsenodes.h.

◆ add_labels

List* AlterPropGraphStmt::add_labels

Definition at line 4342 of file parsenodes.h.

◆ add_properties

PropGraphProperties* AlterPropGraphStmt::add_properties

Definition at line 4345 of file parsenodes.h.

◆ add_vertex_tables

List* AlterPropGraphStmt::add_vertex_tables

Definition at line 4335 of file parsenodes.h.

◆ alter_label

const char* AlterPropGraphStmt::alter_label

Definition at line 4344 of file parsenodes.h.

◆ drop_behavior

DropBehavior AlterPropGraphStmt::drop_behavior

Definition at line 4339 of file parsenodes.h.

◆ drop_edge_tables

List* AlterPropGraphStmt::drop_edge_tables

Definition at line 4338 of file parsenodes.h.

◆ drop_label

const char* AlterPropGraphStmt::drop_label

Definition at line 4343 of file parsenodes.h.

◆ drop_properties

List* AlterPropGraphStmt::drop_properties

Definition at line 4346 of file parsenodes.h.

◆ drop_vertex_tables

List* AlterPropGraphStmt::drop_vertex_tables

Definition at line 4337 of file parsenodes.h.

◆ element_alias

const char* AlterPropGraphStmt::element_alias

Definition at line 4341 of file parsenodes.h.

◆ element_kind

AlterPropGraphElementKind AlterPropGraphStmt::element_kind

Definition at line 4340 of file parsenodes.h.

◆ missing_ok

bool AlterPropGraphStmt::missing_ok

Definition at line 4334 of file parsenodes.h.

◆ pgname

RangeVar* AlterPropGraphStmt::pgname

Definition at line 4333 of file parsenodes.h.

◆ type

NodeTag AlterPropGraphStmt::type

Definition at line 4332 of file parsenodes.h.


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