PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CreateAmStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * amname
 
Listhandler_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: