PostgreSQL Source Code  git master
PLpgSQL_stmt_forc Struct Reference

#include <plpgsql.h>

Data Fields

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

Detailed Description

Definition at line 714 of file plpgsql.h.

Field Documentation

◆ argquery

PLpgSQL_expr* PLpgSQL_stmt_forc::argquery

Definition at line 724 of file plpgsql.h.

◆ body

List* PLpgSQL_stmt_forc::body

Definition at line 721 of file plpgsql.h.

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_forc::cmd_type

Definition at line 716 of file plpgsql.h.

◆ curvar

int PLpgSQL_stmt_forc::curvar

Definition at line 723 of file plpgsql.h.

◆ label

char* PLpgSQL_stmt_forc::label

Definition at line 719 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_forc::lineno

Definition at line 717 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_forc::stmtid

Definition at line 718 of file plpgsql.h.

◆ var

PLpgSQL_variable* PLpgSQL_stmt_forc::var

Definition at line 720 of file plpgsql.h.


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