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

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_if::cmd_type

Definition at line 617 of file plpgsql.h.

◆ cond

PLpgSQL_expr* PLpgSQL_stmt_if::cond

Definition at line 620 of file plpgsql.h.

◆ else_body

List* PLpgSQL_stmt_if::else_body

Definition at line 623 of file plpgsql.h.

◆ elsif_list

List* PLpgSQL_stmt_if::elsif_list

Definition at line 622 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_if::lineno

Definition at line 618 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_if::stmtid

Definition at line 619 of file plpgsql.h.

◆ then_body

List* PLpgSQL_stmt_if::then_body

Definition at line 621 of file plpgsql.h.


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