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 736 of file plpgsql.h.
Referenced by dump_dynfors(), and free_dynfors().
PLpgSQL_stmt_type PLpgSQL_stmt_dynfors::cmd_type |
List* PLpgSQL_stmt_dynfors::params |
Definition at line 739 of file plpgsql.h.
Referenced by dump_dynfors(), exec_stmt_dynfors(), and free_dynfors().
PLpgSQL_expr* PLpgSQL_stmt_dynfors::query |
Definition at line 738 of file plpgsql.h.
Referenced by dump_dynfors(), exec_stmt_dynfors(), and free_dynfors().
PLpgSQL_variable* PLpgSQL_stmt_dynfors::var |
Definition at line 735 of file plpgsql.h.
Referenced by dump_dynfors().