PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
PLpgSQL_expr * | expr |
int | retvarno |
PLpgSQL_stmt_type PLpgSQL_stmt_return::cmd_type |
PLpgSQL_expr* PLpgSQL_stmt_return::expr |
Definition at line 834 of file plpgsql.h.
Referenced by dump_return(), exec_stmt_return(), and free_return().
int PLpgSQL_stmt_return::retvarno |
Definition at line 835 of file plpgsql.h.
Referenced by dump_return(), and exec_stmt_return().