PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | fdwname |
List * | func_options |
List * | options |
Definition at line 2735 of file parsenodes.h.
char* CreateFdwStmt::fdwname |
Definition at line 2738 of file parsenodes.h.
Referenced by CreateForeignDataWrapper().
List* CreateFdwStmt::func_options |
Definition at line 2739 of file parsenodes.h.
Referenced by CreateForeignDataWrapper().
List* CreateFdwStmt::options |
Definition at line 2740 of file parsenodes.h.
Referenced by CreateForeignDataWrapper().
NodeTag CreateFdwStmt::type |
Definition at line 2737 of file parsenodes.h.