PostgreSQL Source Code
git master
|
#include <plpgsql.h>
Data Fields | |
PLpgSQL_stmt_type | cmd_type |
int | lineno |
unsigned int | stmtid |
char * | label |
PLpgSQL_expr * | cond |
List * | body |
List* PLpgSQL_stmt_while::body |
Definition at line 660 of file plpgsql.h.
Referenced by dump_while(), exec_stmt_while(), and free_while().
PLpgSQL_stmt_type PLpgSQL_stmt_while::cmd_type |
PLpgSQL_expr* PLpgSQL_stmt_while::cond |
Definition at line 659 of file plpgsql.h.
Referenced by dump_while(), exec_stmt_while(), and free_while().
char* PLpgSQL_stmt_while::label |
Definition at line 658 of file plpgsql.h.
Referenced by exec_stmt_while().