PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
PLpgSQL_variable * | target |
int | curvar |
FetchDirection | direction |
long | how_many |
PLpgSQL_expr * | expr |
bool | is_move |
bool | returns_multiple_rows |
PLpgSQL_stmt_type PLpgSQL_stmt_fetch::cmd_type |
int PLpgSQL_stmt_fetch::curvar |
Definition at line 782 of file plpgsql.h.
Referenced by dump_fetch(), and exec_stmt_fetch().
FetchDirection PLpgSQL_stmt_fetch::direction |
Definition at line 783 of file plpgsql.h.
Referenced by dump_cursor_direction(), and exec_stmt_fetch().
PLpgSQL_expr* PLpgSQL_stmt_fetch::expr |
Definition at line 785 of file plpgsql.h.
Referenced by dump_cursor_direction(), exec_stmt_fetch(), and free_fetch().
long PLpgSQL_stmt_fetch::how_many |
Definition at line 784 of file plpgsql.h.
Referenced by dump_cursor_direction(), and exec_stmt_fetch().
bool PLpgSQL_stmt_fetch::is_move |
Definition at line 786 of file plpgsql.h.
Referenced by dump_fetch(), and exec_stmt_fetch().
PLpgSQL_variable* PLpgSQL_stmt_fetch::target |
Definition at line 781 of file plpgsql.h.
Referenced by dump_fetch(), and exec_stmt_fetch().