PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 736 of file plpgsql.h.

Field Documentation

◆ argquery

PLpgSQL_expr* PLpgSQL_stmt_forc::argquery

Definition at line 746 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ body

List* PLpgSQL_stmt_forc::body

Definition at line 743 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_forc::cmd_type

Definition at line 738 of file plpgsql.h.

◆ curvar

int PLpgSQL_stmt_forc::curvar

Definition at line 745 of file plpgsql.h.

◆ label

char* PLpgSQL_stmt_forc::label

Definition at line 741 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_forc::lineno

Definition at line 739 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_forc::stmtid

Definition at line 740 of file plpgsql.h.

◆ var

PLpgSQL_variable* PLpgSQL_stmt_forc::var

Definition at line 742 of file plpgsql.h.


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