|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| int | curvar |
| int | cursor_options |
| PLpgSQL_expr * | argquery |
| PLpgSQL_expr * | query |
| PLpgSQL_expr * | dynquery |
| List * | params |
| PLpgSQL_expr* PLpgSQL_stmt_open::argquery |
Definition at line 794 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_stmt_type PLpgSQL_stmt_open::cmd_type |
| PLpgSQL_expr* PLpgSQL_stmt_open::dynquery |
Definition at line 796 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| List* PLpgSQL_stmt_open::params |
Definition at line 797 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_expr* PLpgSQL_stmt_open::query |
Definition at line 795 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().