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 |
int | curvar |
PLpgSQL_expr * | argquery |
PLpgSQL_expr* PLpgSQL_stmt_forc::argquery |
Definition at line 723 of file plpgsql.h.
Referenced by dump_forc(), exec_stmt_forc(), and free_forc().
List* PLpgSQL_stmt_forc::body |
Definition at line 720 of file plpgsql.h.
Referenced by dump_forc(), and free_forc().
PLpgSQL_stmt_type PLpgSQL_stmt_forc::cmd_type |
int PLpgSQL_stmt_forc::curvar |
Definition at line 722 of file plpgsql.h.
Referenced by dump_forc(), and exec_stmt_forc().
int PLpgSQL_stmt_forc::lineno |
Definition at line 716 of file plpgsql.h.
Referenced by exec_stmt_forc().
PLpgSQL_variable* PLpgSQL_stmt_forc::var |
Definition at line 719 of file plpgsql.h.
Referenced by dump_forc().