PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
char * | label |
PLpgSQL_var * | var |
PLpgSQL_expr * | lower |
PLpgSQL_expr * | upper |
PLpgSQL_expr * | step |
int | reverse |
List * | body |
PLpgSQL_stmt_type PLpgSQL_stmt_fori::cmd_type |
PLpgSQL_expr* PLpgSQL_stmt_fori::lower |
PLpgSQL_expr* PLpgSQL_stmt_fori::step |
PLpgSQL_expr* PLpgSQL_stmt_fori::upper |
PLpgSQL_var* PLpgSQL_stmt_fori::var |