PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
PLpgSQL_expr * | expr |
bool | is_call |
PLpgSQL_variable * | target |
PLpgSQL_stmt_type PLpgSQL_stmt_call::cmd_type |
PLpgSQL_expr* PLpgSQL_stmt_call::expr |
Definition at line 541 of file plpgsql.h.
Referenced by dump_call(), exec_stmt_call(), and free_call().
bool PLpgSQL_stmt_call::is_call |
Definition at line 542 of file plpgsql.h.
Referenced by dump_call(), and exec_stmt_call().
PLpgSQL_variable* PLpgSQL_stmt_call::target |
Definition at line 543 of file plpgsql.h.
Referenced by exec_stmt_call().