PostgreSQL Source Code  git master
PLpgSQL_stmt_block Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
char * label
 
Listbody
 
int n_initvars
 
int * initvarnos
 
PLpgSQL_exception_blockexceptions
 

Detailed Description

Definition at line 499 of file plpgsql.h.

Field Documentation

◆ body

List* PLpgSQL_stmt_block::body

Definition at line 505 of file plpgsql.h.

Referenced by dump_block(), exec_stmt_block(), and free_block().

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_block::cmd_type

Definition at line 501 of file plpgsql.h.

◆ exceptions

PLpgSQL_exception_block* PLpgSQL_stmt_block::exceptions

Definition at line 508 of file plpgsql.h.

Referenced by dump_block(), exec_stmt_block(), and free_block().

◆ initvarnos

int* PLpgSQL_stmt_block::initvarnos

Definition at line 507 of file plpgsql.h.

Referenced by exec_stmt_block().

◆ label

char* PLpgSQL_stmt_block::label

Definition at line 504 of file plpgsql.h.

Referenced by dump_block(), and exec_stmt_block().

◆ lineno

int PLpgSQL_stmt_block::lineno

Definition at line 502 of file plpgsql.h.

Referenced by plpgsql_dumptree().

◆ n_initvars

int PLpgSQL_stmt_block::n_initvars

Definition at line 506 of file plpgsql.h.

Referenced by exec_stmt_block().

◆ stmtid

unsigned int PLpgSQL_stmt_block::stmtid

Definition at line 503 of file plpgsql.h.


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