PostgreSQL Source Code  git master
CreateEnumStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
Listvals
 

Detailed Description

Definition at line 3546 of file parsenodes.h.

Field Documentation

◆ type

NodeTag CreateEnumStmt::type

Definition at line 3548 of file parsenodes.h.

◆ typeName

List* CreateEnumStmt::typeName

Definition at line 3549 of file parsenodes.h.

◆ vals

List* CreateEnumStmt::vals

Definition at line 3550 of file parsenodes.h.


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