#include <plpgsql.h>
Data Fields | |
int | cmd_type |
int | lineno |
char * | label |
PLpgSQL_rec * | rec |
PLpgSQL_row * | row |
List * | body |
int | curvar |
PLpgSQL_expr * | argquery |
Definition at line 493 of file plpgsql.h.
Definition at line 503 of file plpgsql.h.
Referenced by dump_forc(), exec_stmt_forc(), and free_forc().
Definition at line 500 of file plpgsql.h.
Referenced by dump_forc(), and free_forc().
Definition at line 502 of file plpgsql.h.
Referenced by dump_forc(), and exec_stmt_forc().
char* PLpgSQL_stmt_forc::label |
Definition at line 496 of file plpgsql.h.
Referenced by exec_stmt_forc().
Definition at line 498 of file plpgsql.h.
Referenced by dump_forc().