|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_stmt_type | cmd_type |
| int | lineno |
| unsigned int | stmtid |
| char * | label |
| PLpgSQL_variable * | var |
| List * | body |
| PLpgSQL_stmt_type PLpgSQL_stmt_forq::cmd_type |
| PLpgSQL_variable* PLpgSQL_stmt_forq::var |