PostgreSQL Source Code git master
CreateEnumStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ListtypeName
 
Listvals
 

Detailed Description

Definition at line 3860 of file parsenodes.h.

Field Documentation

◆ type

NodeTag CreateEnumStmt::type

Definition at line 3862 of file parsenodes.h.

◆ typeName

List* CreateEnumStmt::typeName

Definition at line 3863 of file parsenodes.h.

◆ vals

List* CreateEnumStmt::vals

Definition at line 3864 of file parsenodes.h.


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