PostgreSQL Source Code  git master
CreateEnumStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
Listvals
 

Detailed Description

Definition at line 3714 of file parsenodes.h.

Field Documentation

◆ type

NodeTag CreateEnumStmt::type

Definition at line 3716 of file parsenodes.h.

◆ typeName

List* CreateEnumStmt::typeName

Definition at line 3717 of file parsenodes.h.

◆ vals

List* CreateEnumStmt::vals

Definition at line 3718 of file parsenodes.h.


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