PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
FuncCall * | funccall |
FuncExpr * | funcexpr |
List * | outargs |
Definition at line 3384 of file parsenodes.h.
FuncCall* CallStmt::funccall |
Definition at line 3387 of file parsenodes.h.
Referenced by transformCallStmt().
FuncExpr* CallStmt::funcexpr |
Definition at line 3388 of file parsenodes.h.
Referenced by CallStmtResultDesc(), ExecuteCallStmt(), make_callstmt_target(), transformCallStmt(), and UtilityReturnsTuples().
List* CallStmt::outargs |
Definition at line 3389 of file parsenodes.h.
Referenced by make_callstmt_target(), and transformCallStmt().
NodeTag CallStmt::type |
Definition at line 3386 of file parsenodes.h.