PostgreSQL Source Code  git master
PLpgSQL_stmt_case Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
PLpgSQL_exprt_expr
 
int t_varno
 
Listcase_when_list
 
bool have_else
 
Listelse_stmts
 

Detailed Description

Definition at line 617 of file plpgsql.h.

Field Documentation

◆ case_when_list

List* PLpgSQL_stmt_case::case_when_list

Definition at line 624 of file plpgsql.h.

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_case::cmd_type

Definition at line 619 of file plpgsql.h.

◆ else_stmts

List* PLpgSQL_stmt_case::else_stmts

Definition at line 626 of file plpgsql.h.

◆ have_else

bool PLpgSQL_stmt_case::have_else

Definition at line 625 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_case::lineno

Definition at line 620 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_case::stmtid

Definition at line 621 of file plpgsql.h.

◆ t_expr

PLpgSQL_expr* PLpgSQL_stmt_case::t_expr

Definition at line 622 of file plpgsql.h.

◆ t_varno

int PLpgSQL_stmt_case::t_varno

Definition at line 623 of file plpgsql.h.


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