|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| char * | label |
| int | varno |
| int | slice |
| PLpgSQL_expr * | expr |
| List * | body |
| List* PLpgSQL_stmt_foreach_a::body |
Definition at line 781 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_stmt_type PLpgSQL_stmt_foreach_a::cmd_type |
| PLpgSQL_expr* PLpgSQL_stmt_foreach_a::expr |
Definition at line 780 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().