PostgreSQL Source Code
git master
|
#include <ecpglib_extern.h>
Data Fields | |
char * | name |
PGresult * | result |
struct descriptor * | next |
int | count |
struct descriptor_item * | items |
char * | connection |
Definition at line 112 of file ecpglib_extern.h.
int descriptor::count |
Definition at line 117 of file ecpglib_extern.h.
Referenced by ecpg_build_params(), ECPGset_desc(), and ECPGset_desc_header().
struct descriptor_item* descriptor::items |
Definition at line 118 of file ecpglib_extern.h.
Referenced by descriptor_free(), ecpg_build_params(), and ECPGset_desc().
char * descriptor::name |
Definition at line 114 of file ecpglib_extern.h.
Referenced by add_descriptor(), descriptor_free(), ecpg_find_desc(), and ECPGdeallocate_desc().
struct descriptor * descriptor::next |
Definition at line 116 of file ecpglib_extern.h.
Referenced by ecpg_find_desc(), and ECPGdeallocate_desc().
PGresult* descriptor::result |
Definition at line 115 of file ecpglib_extern.h.
Referenced by descriptor_free(), ecpg_process_output(), ecpg_result_by_descriptor(), and ECPGdescribe().