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

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
charoldVal
 
charnewVal
 
charnewValNeighbor
 
bool newValIsAfter
 
bool skipIfNewValExists
 

Detailed Description

Definition at line 3963 of file parsenodes.h.

Field Documentation

◆ newVal

char* AlterEnumStmt::newVal

Definition at line 3968 of file parsenodes.h.

◆ newValIsAfter

bool AlterEnumStmt::newValIsAfter

Definition at line 3970 of file parsenodes.h.

◆ newValNeighbor

char* AlterEnumStmt::newValNeighbor

Definition at line 3969 of file parsenodes.h.

◆ oldVal

char* AlterEnumStmt::oldVal

Definition at line 3967 of file parsenodes.h.

◆ skipIfNewValExists

bool AlterEnumStmt::skipIfNewValExists

Definition at line 3971 of file parsenodes.h.

◆ type

NodeTag AlterEnumStmt::type

Definition at line 3965 of file parsenodes.h.

◆ typeName

List* AlterEnumStmt::typeName

Definition at line 3966 of file parsenodes.h.


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