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 * | params |
List* PLpgSQL_stmt_dynfors::body |
Definition at line 763 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
PLpgSQL_stmt_type PLpgSQL_stmt_dynfors::cmd_type |
List* PLpgSQL_stmt_dynfors::params |
Definition at line 766 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
PLpgSQL_expr* PLpgSQL_stmt_dynfors::query |
Definition at line 765 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
PLpgSQL_variable* PLpgSQL_stmt_dynfors::var |