PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PLpgSQL_stmt_foreach_a Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
char * label
 
int varno
 
int slice
 
PLpgSQL_exprexpr
 
Listbody
 

Detailed Description

Definition at line 768 of file plpgsql.h.

Field Documentation

◆ body

List* PLpgSQL_stmt_foreach_a::body

Definition at line 777 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_foreach_a::cmd_type

Definition at line 770 of file plpgsql.h.

◆ expr

PLpgSQL_expr* PLpgSQL_stmt_foreach_a::expr

Definition at line 776 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ label

char* PLpgSQL_stmt_foreach_a::label

Definition at line 773 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_foreach_a::lineno

Definition at line 771 of file plpgsql.h.

◆ slice

int PLpgSQL_stmt_foreach_a::slice

Definition at line 775 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_foreach_a::stmtid

Definition at line 772 of file plpgsql.h.

◆ varno

int PLpgSQL_stmt_foreach_a::varno

Definition at line 774 of file plpgsql.h.


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