|
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 750 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| List* PLpgSQL_stmt_forc::body |
Definition at line 747 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_stmt_type PLpgSQL_stmt_forc::cmd_type |
| PLpgSQL_variable* PLpgSQL_stmt_forc::var |