PostgreSQL Source Code  git master
PLpgSQL_stmt_loop Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
char * label
 
Listbody
 

Detailed Description

Definition at line 642 of file plpgsql.h.

Field Documentation

◆ body

List* PLpgSQL_stmt_loop::body

Definition at line 648 of file plpgsql.h.

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_loop::cmd_type

Definition at line 644 of file plpgsql.h.

◆ label

char* PLpgSQL_stmt_loop::label

Definition at line 647 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_loop::lineno

Definition at line 645 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_loop::stmtid

Definition at line 646 of file plpgsql.h.


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