PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
int | curvar |
int | cursor_options |
PLpgSQL_expr * | argquery |
PLpgSQL_expr * | query |
PLpgSQL_expr * | dynquery |
List * | params |
PLpgSQL_expr* PLpgSQL_stmt_open::argquery |
Definition at line 767 of file plpgsql.h.
Referenced by dump_open(), exec_stmt_open(), and free_open().
PLpgSQL_stmt_type PLpgSQL_stmt_open::cmd_type |
int PLpgSQL_stmt_open::cursor_options |
Definition at line 766 of file plpgsql.h.
Referenced by exec_stmt_open().
int PLpgSQL_stmt_open::curvar |
Definition at line 765 of file plpgsql.h.
Referenced by dump_open(), and exec_stmt_open().
PLpgSQL_expr* PLpgSQL_stmt_open::dynquery |
Definition at line 769 of file plpgsql.h.
Referenced by dump_open(), exec_stmt_open(), and free_open().
int PLpgSQL_stmt_open::lineno |
Definition at line 763 of file plpgsql.h.
Referenced by exec_stmt_open().
List* PLpgSQL_stmt_open::params |
Definition at line 770 of file plpgsql.h.
Referenced by dump_open(), exec_stmt_open(), and free_open().
PLpgSQL_expr* PLpgSQL_stmt_open::query |
Definition at line 768 of file plpgsql.h.
Referenced by dump_open(), exec_stmt_open(), and free_open().