Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PLpgSQL_stmt_fetch Struct Reference

#include <plpgsql.h>

Data Fields

int cmd_type
int lineno
PLpgSQL_recrec
PLpgSQL_rowrow
int curvar
FetchDirection direction
long how_many
PLpgSQL_exprexpr
bool is_move
bool returns_multiple_rows

Detailed Description

Definition at line 546 of file plpgsql.h.


Field Documentation

Definition at line 548 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 549 of file plpgsql.h.

Definition at line 550 of file plpgsql.h.

Referenced by dump_fetch(), and exec_stmt_fetch().

Definition at line 557 of file plpgsql.h.

Definition at line 551 of file plpgsql.h.

Referenced by dump_fetch(), and exec_stmt_fetch().


The documentation for this struct was generated from the following file: