PostgreSQL Source Code  git master
arguments Struct Reference

#include <type.h>

Data Fields

struct variablevariable
 
struct variableindicator
 
struct argumentsnext
 

Detailed Description

Definition at line 196 of file type.h.

Field Documentation

◆ indicator

struct variable* arguments::indicator

Definition at line 199 of file type.h.

Referenced by add_variable_to_head().

◆ next

struct arguments* arguments::next

◆ variable

struct variable* arguments::variable

Definition at line 198 of file type.h.

Referenced by add_variable_to_head(), remove_variable_from_list(), and remove_variables().


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