PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
PLpgSQL_expr * | sqlstmt |
bool | mod_stmt |
bool | mod_stmt_set |
bool | into |
bool | strict |
PLpgSQL_variable * | target |
PLpgSQL_stmt_type PLpgSQL_stmt_execsql::cmd_type |
Definition at line 892 of file plpgsql.h.
Referenced by exec_stmt_forc(), and exec_stmt_open().
bool PLpgSQL_stmt_execsql::into |
Definition at line 898 of file plpgsql.h.
Referenced by exec_stmt_execsql(), exec_stmt_forc(), and exec_stmt_open().
int PLpgSQL_stmt_execsql::lineno |
Definition at line 893 of file plpgsql.h.
Referenced by exec_stmt_forc(), and exec_stmt_open().
bool PLpgSQL_stmt_execsql::mod_stmt |
Definition at line 896 of file plpgsql.h.
Referenced by exec_stmt_execsql().
bool PLpgSQL_stmt_execsql::mod_stmt_set |
Definition at line 897 of file plpgsql.h.
Referenced by exec_stmt_execsql().
PLpgSQL_expr* PLpgSQL_stmt_execsql::sqlstmt |
Definition at line 895 of file plpgsql.h.
Referenced by dump_execsql(), exec_stmt_execsql(), exec_stmt_forc(), exec_stmt_open(), and free_execsql().
bool PLpgSQL_stmt_execsql::strict |
Definition at line 899 of file plpgsql.h.
Referenced by dump_execsql(), and exec_stmt_execsql().
PLpgSQL_variable* PLpgSQL_stmt_execsql::target |
Definition at line 900 of file plpgsql.h.
Referenced by dump_execsql(), exec_stmt_execsql(), exec_stmt_forc(), and exec_stmt_open().