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 |
FetchDirection PLpgSQL_stmt_fetch::direction |
PLpgSQL_expr* PLpgSQL_stmt_fetch::expr |
PLpgSQL_variable* PLpgSQL_stmt_fetch::target |