PostgreSQL Source Code: assignment Struct Reference (original) (raw)
#include <[type.h](type%5F8h%5Fsource.html)>
Data Fields | |
---|---|
char * | variable |
enum ECPGdtype | value |
struct assignment * | next |
Detailed Description
Definition at line 211 of file type.h.
Field Documentation
◆ next
struct assignment* assignment::next
Definition at line 215 of file type.h.
Referenced by drop_assignments(), output_get_descr(), output_get_descr_header(), output_set_descr(), and output_set_descr_header().
◆ value
enum ECPGdtype assignment::value
Definition at line 214 of file type.h.
Referenced by output_get_descr(), output_get_descr_header(), output_set_descr(), and output_set_descr_header().
◆ variable
char* assignment::variable
Definition at line 213 of file type.h.
Referenced by drop_assignments(), output_get_descr(), output_get_descr_header(), output_set_descr(), output_set_descr_header(), and push_assignment().
The documentation for this struct was generated from the following file:
- src/interfaces/ecpg/preproc/type.h