|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| char * | label |
| PLpgSQL_var * | var |
| PLpgSQL_expr * | lower |
| PLpgSQL_expr * | upper |
| PLpgSQL_expr * | step |
| int | reverse |
| List * | body |
| List* PLpgSQL_stmt_fori::body |
Definition at line 704 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_stmt_type PLpgSQL_stmt_fori::cmd_type |
| PLpgSQL_expr* PLpgSQL_stmt_fori::lower |
Definition at line 700 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_expr* PLpgSQL_stmt_fori::step |
Definition at line 702 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_expr* PLpgSQL_stmt_fori::upper |
Definition at line 701 of file plpgsql.h.
Referenced by plpgsql_statement_tree_walker_impl().
| PLpgSQL_var* PLpgSQL_stmt_fori::var |