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