PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
char * | label |
PLpgSQL_variable * | var |
List * | body |
PLpgSQL_expr * | query |
List* PLpgSQL_stmt_fors::body |
Definition at line 728 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
PLpgSQL_stmt_type PLpgSQL_stmt_fors::cmd_type |
PLpgSQL_expr* PLpgSQL_stmt_fors::query |
Definition at line 730 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
PLpgSQL_variable* PLpgSQL_stmt_fors::var |