PostgreSQL Source Code  git master
PLpgSQL_stmt_while Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
char * label
 
PLpgSQL_exprcond
 
Listbody
 

Detailed Description

Definition at line 654 of file plpgsql.h.

Field Documentation

◆ body

List* PLpgSQL_stmt_while::body

Definition at line 661 of file plpgsql.h.

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_while::cmd_type

Definition at line 656 of file plpgsql.h.

◆ cond

PLpgSQL_expr* PLpgSQL_stmt_while::cond

Definition at line 660 of file plpgsql.h.

◆ label

char* PLpgSQL_stmt_while::label

Definition at line 659 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_while::lineno

Definition at line 657 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_while::stmtid

Definition at line 658 of file plpgsql.h.


The documentation for this struct was generated from the following file: