PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
int | lineno |
PLpgSQL_expr * | expr |
List * | stmts |
PLpgSQL_expr* PLpgSQL_case_when::expr |
Definition at line 635 of file plpgsql.h.
Referenced by dump_case(), exec_stmt_case(), and free_case().
List* PLpgSQL_case_when::stmts |
Definition at line 636 of file plpgsql.h.
Referenced by dump_case(), exec_stmt_case(), and free_case().