PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | fdwname |
List * | func_options |
List * | options |
Definition at line 2569 of file parsenodes.h.
char* CreateFdwStmt::fdwname |
Definition at line 2572 of file parsenodes.h.
Referenced by CreateForeignDataWrapper().
List* CreateFdwStmt::func_options |
Definition at line 2573 of file parsenodes.h.
Referenced by CreateForeignDataWrapper().
List* CreateFdwStmt::options |
Definition at line 2574 of file parsenodes.h.
Referenced by CreateForeignDataWrapper().
NodeTag CreateFdwStmt::type |
Definition at line 2571 of file parsenodes.h.