PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 693 of file plpgsql.h.

Field Documentation

◆ body

List* PLpgSQL_stmt_fori::body

Definition at line 704 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_fori::cmd_type

Definition at line 695 of file plpgsql.h.

◆ label

char* PLpgSQL_stmt_fori::label

Definition at line 698 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_fori::lineno

Definition at line 696 of file plpgsql.h.

◆ lower

PLpgSQL_expr* PLpgSQL_stmt_fori::lower

Definition at line 700 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ reverse

int PLpgSQL_stmt_fori::reverse

Definition at line 703 of file plpgsql.h.

◆ step

PLpgSQL_expr* PLpgSQL_stmt_fori::step

Definition at line 702 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ stmtid

unsigned int PLpgSQL_stmt_fori::stmtid

Definition at line 697 of file plpgsql.h.

◆ upper

PLpgSQL_expr* PLpgSQL_stmt_fori::upper

Definition at line 701 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ var

PLpgSQL_var* PLpgSQL_stmt_fori::var

Definition at line 699 of file plpgsql.h.


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