#include <extern.h>
Data Fields | |
char * | name |
PGresult * | result |
struct descriptor * | next |
int | count |
struct descriptor_item * | items |
char * | connection |
Definition at line 86 of file extern.h.
char* descriptor::connection |
Definition at line 176 of file type.h.
Referenced by drop_descriptor(), and lookup_descriptor().
Definition at line 91 of file extern.h.
Referenced by ecpg_execute(), ECPGset_desc(), and ECPGset_desc_header().
struct descriptor_item* descriptor::items |
Definition at line 92 of file extern.h.
Referenced by descriptor_free(), ecpg_execute(), and ECPGset_desc().
char * descriptor::name |
Definition at line 88 of file extern.h.
Referenced by add_descriptor(), descriptor_free(), drop_descriptor(), ecpg_find_desc(), and lookup_descriptor().
struct descriptor * descriptor::next |
Definition at line 90 of file extern.h.
Referenced by drop_descriptor(), ecpg_find_desc(), ECPGdeallocate_desc(), and lookup_descriptor().
Definition at line 89 of file extern.h.
Referenced by descriptor_free(), ecpg_execute(), ecpg_result_by_descriptor(), and ECPGdescribe().