|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| PLpgSQL_expr * | query |
| PLpgSQL_expr * | dynquery |
| List * | params |
| PLpgSQL_stmt_type PLpgSQL_stmt_return_query::cmd_type |
| PLpgSQL_expr* PLpgSQL_stmt_return_query::dynquery |
Definition at line 874 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| List* PLpgSQL_stmt_return_query::params |
Definition at line 875 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_expr* PLpgSQL_stmt_return_query::query |
Definition at line 873 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().