PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PLpgSQL_nsitem Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_nsitem_type itemtype
 
int itemno
 
struct PLpgSQL_nsitemprev
 
char name [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 460 of file plpgsql.h.

Field Documentation

◆ itemno

int PLpgSQL_nsitem::itemno

Definition at line 468 of file plpgsql.h.

Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().

◆ itemtype

PLpgSQL_nsitem_type PLpgSQL_nsitem::itemtype

◆ name

char PLpgSQL_nsitem::name[FLEXIBLE_ARRAY_MEMBER]

Definition at line 470 of file plpgsql.h.

◆ prev


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