PostgreSQL Source Code: CreateFdwStmt Struct Reference (original) (raw)

Data Fields

CreateFdwStmt Struct Reference

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
char * fdwname
List * func_options
List * options

Detailed Description

Definition at line 2943 of file parsenodes.h.

Field Documentation

fdwname

char* CreateFdwStmt::fdwname

Definition at line 2946 of file parsenodes.h.

func_options

List* CreateFdwStmt::func_options

Definition at line 2947 of file parsenodes.h.

options

List* CreateFdwStmt::options

Definition at line 2948 of file parsenodes.h.

type

NodeTag CreateFdwStmt::type

Definition at line 2945 of file parsenodes.h.


The documentation for this struct was generated from the following file: