PostgreSQL Source Code  git master
PLpgSQL_stmt_if Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
PLpgSQL_exprcond
 
Listthen_body
 
Listelsif_list
 
Listelse_body
 

Detailed Description

Definition at line 593 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_if::cmd_type

Definition at line 595 of file plpgsql.h.

◆ cond

PLpgSQL_expr* PLpgSQL_stmt_if::cond

Definition at line 598 of file plpgsql.h.

◆ else_body

List* PLpgSQL_stmt_if::else_body

Definition at line 601 of file plpgsql.h.

◆ elsif_list

List* PLpgSQL_stmt_if::elsif_list

Definition at line 600 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_if::lineno

Definition at line 596 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_if::stmtid

Definition at line 597 of file plpgsql.h.

◆ then_body

List* PLpgSQL_stmt_if::then_body

Definition at line 599 of file plpgsql.h.


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