|
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 |
| List* PLpgSQL_stmt_dynexecute::params |
Definition at line 942 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_expr* PLpgSQL_stmt_dynexecute::query |
Definition at line 938 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_variable* PLpgSQL_stmt_dynexecute::target |