PostgreSQL Source Code  git master
descriptor Struct Reference

#include <ecpglib_extern.h>

Data Fields

char * name
 
PGresultresult
 
struct descriptornext
 
int count
 
struct descriptor_itemitems
 
char * connection
 

Detailed Description

Definition at line 115 of file ecpglib_extern.h.

Field Documentation

◆ connection

char* descriptor::connection

Definition at line 206 of file type.h.

◆ count

int descriptor::count

Definition at line 120 of file ecpglib_extern.h.

Referenced by ecpg_build_params(), ECPGset_desc(), and ECPGset_desc_header().

◆ items

struct descriptor_item* descriptor::items

Definition at line 121 of file ecpglib_extern.h.

Referenced by descriptor_free(), ecpg_build_params(), and ECPGset_desc().

◆ name

char * descriptor::name

◆ next

struct descriptor * descriptor::next

Definition at line 119 of file ecpglib_extern.h.

Referenced by ecpg_find_desc(), and ECPGdeallocate_desc().

◆ result

PGresult* descriptor::result

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