PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
PLpgSQL_expr * | t_expr |
int | t_varno |
List * | case_when_list |
bool | have_else |
List * | else_stmts |
List* PLpgSQL_stmt_case::case_when_list |
Definition at line 646 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
PLpgSQL_stmt_type PLpgSQL_stmt_case::cmd_type |
List* PLpgSQL_stmt_case::else_stmts |
Definition at line 648 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
PLpgSQL_expr* PLpgSQL_stmt_case::t_expr |
Definition at line 644 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().