PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
FuncCall * | funccall |
FuncExpr * | funcexpr |
Definition at line 2914 of file parsenodes.h.
FuncCall* CallStmt::funccall |
Definition at line 2917 of file parsenodes.h.
Referenced by transformCallStmt().
FuncExpr* CallStmt::funcexpr |
Definition at line 2918 of file parsenodes.h.
Referenced by CallStmtResultDesc(), check_sql_fn_statements(), ExecuteCallStmt(), transformCallStmt(), and UtilityReturnsTuples().
NodeTag CallStmt::type |
Definition at line 2916 of file parsenodes.h.