|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | typeName |
| List * | vals |
Definition at line 3832 of file parsenodes.h.
| NodeTag CreateEnumStmt::type |
Definition at line 3834 of file parsenodes.h.
| List* CreateEnumStmt::typeName |
Definition at line 3835 of file parsenodes.h.
| List* CreateEnumStmt::vals |
Definition at line 3836 of file parsenodes.h.