#include <plpgsql.h>
Data Fields | |
| int | cmd_type |
| int | lineno |
| PLpgSQL_expr * | cond |
| List * | then_body |
| List * | elsif_list |
| List * | else_body |
Definition at line 396 of file plpgsql.h.
Definition at line 400 of file plpgsql.h.
Referenced by dump_if(), exec_stmt_if(), and free_if().
Definition at line 403 of file plpgsql.h.
Referenced by dump_if(), exec_stmt_if(), and free_if().
Definition at line 402 of file plpgsql.h.
Referenced by dump_if(), exec_stmt_if(), and free_if().
Definition at line 401 of file plpgsql.h.
Referenced by dump_if(), exec_stmt_if(), and free_if().
1.7.1