PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
PLpgSQL_expr * | cond |
List * | then_body |
List * | elsif_list |
List * | else_body |
PLpgSQL_stmt_type PLpgSQL_stmt_if::cmd_type |
PLpgSQL_expr* PLpgSQL_stmt_if::cond |
Definition at line 597 of file plpgsql.h.
Referenced by dump_if(), exec_stmt_if(), and free_if().
List* PLpgSQL_stmt_if::else_body |
Definition at line 600 of file plpgsql.h.
Referenced by dump_if(), exec_stmt_if(), and free_if().
List* PLpgSQL_stmt_if::elsif_list |
Definition at line 599 of file plpgsql.h.
Referenced by dump_if(), exec_stmt_if(), and free_if().
List* PLpgSQL_stmt_if::then_body |
Definition at line 598 of file plpgsql.h.
Referenced by dump_if(), exec_stmt_if(), and free_if().