|
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 |
| PLpgSQL_expr* PLpgSQL_stmt_execsql::sqlstmt |
| PLpgSQL_variable* PLpgSQL_stmt_execsql::target |