#include <plpgsql.h>
Data Fields | |
| int | cmd_type |
| int | lineno |
| PLpgSQL_rec * | rec |
| PLpgSQL_row * | row |
| int | curvar |
| FetchDirection | direction |
| long | how_many |
| PLpgSQL_expr * | expr |
| bool | is_move |
| bool | returns_multiple_rows |
Definition at line 546 of file plpgsql.h.
Definition at line 552 of file plpgsql.h.
Referenced by dump_fetch(), and exec_stmt_fetch().
Definition at line 553 of file plpgsql.h.
Referenced by dump_cursor_direction(), and exec_stmt_fetch().
Definition at line 555 of file plpgsql.h.
Referenced by dump_cursor_direction(), exec_stmt_fetch(), and free_fetch().
Definition at line 554 of file plpgsql.h.
Referenced by dump_cursor_direction(), and exec_stmt_fetch().
Definition at line 556 of file plpgsql.h.
Referenced by dump_fetch(), and exec_stmt_fetch().
Definition at line 550 of file plpgsql.h.
Referenced by dump_fetch(), and exec_stmt_fetch().
Definition at line 551 of file plpgsql.h.
Referenced by dump_fetch(), and exec_stmt_fetch().
1.7.1