PostgreSQL Source Code git master
PLpgSQL_stmt_exit Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
bool is_exit
 
char * label
 
PLpgSQL_exprcond
 

Detailed Description

Definition at line 831 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_exit::cmd_type

Definition at line 833 of file plpgsql.h.

◆ cond

PLpgSQL_expr* PLpgSQL_stmt_exit::cond

Definition at line 838 of file plpgsql.h.

Referenced by plpgsql_statement_tree_walker_impl().

◆ is_exit

bool PLpgSQL_stmt_exit::is_exit

Definition at line 836 of file plpgsql.h.

◆ label

char* PLpgSQL_stmt_exit::label

Definition at line 837 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_exit::lineno

Definition at line 834 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_exit::stmtid

Definition at line 835 of file plpgsql.h.


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