PostgreSQL Source Code  git master
PLpgSQL_stmt_forq Struct Reference

#include <plpgsql.h>

Data Fields

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

Detailed Description

Definition at line 686 of file plpgsql.h.

Field Documentation

◆ body

List* PLpgSQL_stmt_forq::body

Definition at line 693 of file plpgsql.h.

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_forq::cmd_type

Definition at line 688 of file plpgsql.h.

◆ label

char* PLpgSQL_stmt_forq::label

Definition at line 691 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_forq::lineno

Definition at line 689 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_forq::stmtid

Definition at line 690 of file plpgsql.h.

◆ var

PLpgSQL_variable* PLpgSQL_stmt_forq::var

Definition at line 692 of file plpgsql.h.


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