PostgreSQL Source Code  git master
CreateEnumStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
Listvals
 

Detailed Description

Definition at line 3708 of file parsenodes.h.

Field Documentation

◆ type

NodeTag CreateEnumStmt::type

Definition at line 3710 of file parsenodes.h.

◆ typeName

List* CreateEnumStmt::typeName

Definition at line 3711 of file parsenodes.h.

◆ vals

List* CreateEnumStmt::vals

Definition at line 3712 of file parsenodes.h.


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