PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PLpgSQL_case_when Struct Reference

#include <plpgsql.h>

Data Fields

int lineno
 
PLpgSQL_exprexpr
 
Liststmts
 

Detailed Description

Definition at line 654 of file plpgsql.h.

Field Documentation

◆ expr

PLpgSQL_expr* PLpgSQL_case_when::expr

Definition at line 657 of file plpgsql.h.

Referenced by dump_case(), and exec_stmt_case().

◆ lineno

int PLpgSQL_case_when::lineno

Definition at line 656 of file plpgsql.h.

◆ stmts

List* PLpgSQL_case_when::stmts

Definition at line 658 of file plpgsql.h.

Referenced by dump_case(), and exec_stmt_case().


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