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 |
int | curvar |
PLpgSQL_expr * | argquery |
PLpgSQL_expr* PLpgSQL_stmt_forc::argquery |
PLpgSQL_stmt_type PLpgSQL_stmt_forc::cmd_type |
PLpgSQL_variable* PLpgSQL_stmt_forc::var |