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 4367 of file parsenodes.h.

Field Documentation

◆ add_edge_tables

List* AlterPropGraphStmt::add_edge_tables

Definition at line 4373 of file parsenodes.h.

◆ add_labels

List* AlterPropGraphStmt::add_labels

Definition at line 4379 of file parsenodes.h.

◆ add_properties

PropGraphProperties* AlterPropGraphStmt::add_properties

Definition at line 4382 of file parsenodes.h.

◆ add_vertex_tables

List* AlterPropGraphStmt::add_vertex_tables

Definition at line 4372 of file parsenodes.h.

◆ alter_label

const char* AlterPropGraphStmt::alter_label

Definition at line 4381 of file parsenodes.h.

◆ drop_behavior

DropBehavior AlterPropGraphStmt::drop_behavior

Definition at line 4376 of file parsenodes.h.

◆ drop_edge_tables

List* AlterPropGraphStmt::drop_edge_tables

Definition at line 4375 of file parsenodes.h.

◆ drop_label

const char* AlterPropGraphStmt::drop_label

Definition at line 4380 of file parsenodes.h.

◆ drop_properties

List* AlterPropGraphStmt::drop_properties

Definition at line 4383 of file parsenodes.h.

◆ drop_vertex_tables

List* AlterPropGraphStmt::drop_vertex_tables

Definition at line 4374 of file parsenodes.h.

◆ element_alias

const char* AlterPropGraphStmt::element_alias

Definition at line 4378 of file parsenodes.h.

◆ element_kind

AlterPropGraphElementKind AlterPropGraphStmt::element_kind

Definition at line 4377 of file parsenodes.h.

◆ missing_ok

bool AlterPropGraphStmt::missing_ok

Definition at line 4371 of file parsenodes.h.

◆ pgname

RangeVar* AlterPropGraphStmt::pgname

Definition at line 4370 of file parsenodes.h.

◆ type

NodeTag AlterPropGraphStmt::type

Definition at line 4369 of file parsenodes.h.


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