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

Field Documentation

◆ add_edge_tables

List* AlterPropGraphStmt::add_edge_tables

Definition at line 4315 of file parsenodes.h.

◆ add_labels

List* AlterPropGraphStmt::add_labels

Definition at line 4321 of file parsenodes.h.

◆ add_properties

PropGraphProperties* AlterPropGraphStmt::add_properties

Definition at line 4324 of file parsenodes.h.

◆ add_vertex_tables

List* AlterPropGraphStmt::add_vertex_tables

Definition at line 4314 of file parsenodes.h.

◆ alter_label

const char* AlterPropGraphStmt::alter_label

Definition at line 4323 of file parsenodes.h.

◆ drop_behavior

DropBehavior AlterPropGraphStmt::drop_behavior

Definition at line 4318 of file parsenodes.h.

◆ drop_edge_tables

List* AlterPropGraphStmt::drop_edge_tables

Definition at line 4317 of file parsenodes.h.

◆ drop_label

const char* AlterPropGraphStmt::drop_label

Definition at line 4322 of file parsenodes.h.

◆ drop_properties

List* AlterPropGraphStmt::drop_properties

Definition at line 4325 of file parsenodes.h.

◆ drop_vertex_tables

List* AlterPropGraphStmt::drop_vertex_tables

Definition at line 4316 of file parsenodes.h.

◆ element_alias

const char* AlterPropGraphStmt::element_alias

Definition at line 4320 of file parsenodes.h.

◆ element_kind

AlterPropGraphElementKind AlterPropGraphStmt::element_kind

Definition at line 4319 of file parsenodes.h.

◆ missing_ok

bool AlterPropGraphStmt::missing_ok

Definition at line 4313 of file parsenodes.h.

◆ pgname

RangeVar* AlterPropGraphStmt::pgname

Definition at line 4312 of file parsenodes.h.

◆ type

NodeTag AlterPropGraphStmt::type

Definition at line 4311 of file parsenodes.h.


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