PostgreSQL Source Code: arguments Struct Reference (original) (raw)

#include <[type.h](type%5F8h%5Fsource.html)>

Data Fields
struct variable * variable
struct variable * indicator
struct arguments * next

Detailed Description

Definition at line 197 of file type.h.

Field Documentation

indicator

struct variable* arguments::indicator

Definition at line 200 of file type.h.

Referenced by add_variable_to_head().

next

struct arguments* arguments::next

Definition at line 201 of file type.h.

Referenced by add_variable_to_head(), add_variable_to_tail(), main(), remove_variable_from_list(), remove_variables(), and reset_variables().

variable

struct variable* arguments::variable

Definition at line 199 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: