PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
PLpgSQL_expr * | query |
bool | into |
bool | strict |
PLpgSQL_variable * | target |
List * | params |
PLpgSQL_stmt_type PLpgSQL_stmt_dynexecute::cmd_type |
bool PLpgSQL_stmt_dynexecute::into |
Definition at line 912 of file plpgsql.h.
Referenced by exec_stmt_dynexecute().
List* PLpgSQL_stmt_dynexecute::params |
Definition at line 915 of file plpgsql.h.
Referenced by dump_dynexecute(), exec_stmt_dynexecute(), and free_dynexecute().
PLpgSQL_expr* PLpgSQL_stmt_dynexecute::query |
Definition at line 911 of file plpgsql.h.
Referenced by dump_dynexecute(), exec_stmt_dynexecute(), and free_dynexecute().
bool PLpgSQL_stmt_dynexecute::strict |
Definition at line 913 of file plpgsql.h.
Referenced by dump_dynexecute(), and exec_stmt_dynexecute().
PLpgSQL_variable* PLpgSQL_stmt_dynexecute::target |
Definition at line 914 of file plpgsql.h.
Referenced by dump_dynexecute(), and exec_stmt_dynexecute().