|
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 |
| PLpgSQL_stmt_type PLpgSQL_stmt_open::cmd_type |
| PLpgSQL_expr* PLpgSQL_stmt_open::dynquery |
| PLpgSQL_expr* PLpgSQL_stmt_open::query |