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

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
char * label
 
PLpgSQL_variablevar
 
Listbody
 
PLpgSQL_exprquery
 

Detailed Description

Definition at line 721 of file plpgsql.h.

Field Documentation

◆ body

List* PLpgSQL_stmt_fors::body

Definition at line 728 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_fors::cmd_type

Definition at line 723 of file plpgsql.h.

◆ label

char* PLpgSQL_stmt_fors::label

Definition at line 726 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_fors::lineno

Definition at line 724 of file plpgsql.h.

◆ query

PLpgSQL_expr* PLpgSQL_stmt_fors::query

Definition at line 730 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ stmtid

unsigned int PLpgSQL_stmt_fors::stmtid

Definition at line 725 of file plpgsql.h.

◆ var

PLpgSQL_variable* PLpgSQL_stmt_fors::var

Definition at line 727 of file plpgsql.h.


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