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 805 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_exit::cmd_type

Definition at line 807 of file plpgsql.h.

◆ cond

PLpgSQL_expr* PLpgSQL_stmt_exit::cond

Definition at line 812 of file plpgsql.h.

◆ is_exit

bool PLpgSQL_stmt_exit::is_exit

Definition at line 810 of file plpgsql.h.

◆ label

char* PLpgSQL_stmt_exit::label

Definition at line 811 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_exit::lineno

Definition at line 808 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_exit::stmtid

Definition at line 809 of file plpgsql.h.


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