PostgreSQL Source Code: CreateAmStmt Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
NodeTag | type |
char * | amname |
List * | handler_name |
char | amtype |
Detailed Description
Definition at line 3083 of file parsenodes.h.
Field Documentation
◆ amname
char* CreateAmStmt::amname
Definition at line 3086 of file parsenodes.h.
◆ amtype
char CreateAmStmt::amtype
Definition at line 3088 of file parsenodes.h.
◆ handler_name
List* CreateAmStmt::handler_name
Definition at line 3087 of file parsenodes.h.
◆ type
NodeTag CreateAmStmt::type
Definition at line 3085 of file parsenodes.h.
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h