PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
int | varno |
PLpgSQL_expr * | expr |
PLpgSQL_stmt_type PLpgSQL_stmt_assign::cmd_type |
PLpgSQL_expr* PLpgSQL_stmt_assign::expr |
Definition at line 519 of file plpgsql.h.
Referenced by dump_assign(), exec_stmt_assign(), and free_assign().
int PLpgSQL_stmt_assign::varno |
Definition at line 518 of file plpgsql.h.
Referenced by dump_assign(), and exec_stmt_assign().