PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AlterEnumStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
char * oldVal
 
char * newVal
 
char * newValNeighbor
 
bool newValIsAfter
 
bool skipIfNewValExists
 

Detailed Description

Definition at line 3793 of file parsenodes.h.

Field Documentation

◆ newVal

char* AlterEnumStmt::newVal

Definition at line 3798 of file parsenodes.h.

◆ newValIsAfter

bool AlterEnumStmt::newValIsAfter

Definition at line 3800 of file parsenodes.h.

◆ newValNeighbor

char* AlterEnumStmt::newValNeighbor

Definition at line 3799 of file parsenodes.h.

◆ oldVal

char* AlterEnumStmt::oldVal

Definition at line 3797 of file parsenodes.h.

◆ skipIfNewValExists

bool AlterEnumStmt::skipIfNewValExists

Definition at line 3801 of file parsenodes.h.

◆ type

NodeTag AlterEnumStmt::type

Definition at line 3795 of file parsenodes.h.

◆ typeName

List* AlterEnumStmt::typeName

Definition at line 3796 of file parsenodes.h.


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