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

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
Listvals
 

Detailed Description

Definition at line 3771 of file parsenodes.h.

Field Documentation

◆ type

NodeTag CreateEnumStmt::type

Definition at line 3773 of file parsenodes.h.

◆ typeName

List* CreateEnumStmt::typeName

Definition at line 3774 of file parsenodes.h.

◆ vals

List* CreateEnumStmt::vals

Definition at line 3775 of file parsenodes.h.


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