PostgreSQL Source Code  git master
PLpgSQL_stmt_fori Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
char * label
 
PLpgSQL_varvar
 
PLpgSQL_exprlower
 
PLpgSQL_exprupper
 
PLpgSQL_exprstep
 
int reverse
 
Listbody
 

Detailed Description

Definition at line 667 of file plpgsql.h.

Field Documentation

◆ body

List* PLpgSQL_stmt_fori::body

Definition at line 678 of file plpgsql.h.

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_fori::cmd_type

Definition at line 669 of file plpgsql.h.

◆ label

char* PLpgSQL_stmt_fori::label

Definition at line 672 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_fori::lineno

Definition at line 670 of file plpgsql.h.

◆ lower

PLpgSQL_expr* PLpgSQL_stmt_fori::lower

Definition at line 674 of file plpgsql.h.

◆ reverse

int PLpgSQL_stmt_fori::reverse

Definition at line 677 of file plpgsql.h.

◆ step

PLpgSQL_expr* PLpgSQL_stmt_fori::step

Definition at line 676 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_fori::stmtid

Definition at line 671 of file plpgsql.h.

◆ upper

PLpgSQL_expr* PLpgSQL_stmt_fori::upper

Definition at line 675 of file plpgsql.h.

◆ var

PLpgSQL_var* PLpgSQL_stmt_fori::var

Definition at line 673 of file plpgsql.h.


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