Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PLpgSQL_stmt_case Struct Reference

#include <plpgsql.h>

Data Fields

int cmd_type
int lineno
PLpgSQL_exprt_expr
int t_varno
Listcase_when_list
bool have_else
Listelse_stmts

Detailed Description

Definition at line 414 of file plpgsql.h.


Field Documentation

Definition at line 420 of file plpgsql.h.

Referenced by dump_case(), exec_stmt_case(), and free_case().

Definition at line 416 of file plpgsql.h.

Definition at line 422 of file plpgsql.h.

Referenced by dump_case(), exec_stmt_case(), and free_case().

Definition at line 421 of file plpgsql.h.

Referenced by dump_case(), and exec_stmt_case().

Definition at line 417 of file plpgsql.h.

Definition at line 418 of file plpgsql.h.

Referenced by dump_case(), exec_stmt_case(), and free_case().

Definition at line 419 of file plpgsql.h.

Referenced by dump_case(), and exec_stmt_case().


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