PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
storeInfo Struct Reference

Data Fields

FunctionCallInfo fcinfo
 
Tuplestorestatetuplestore
 
AttInMetadataattinmeta
 
MemoryContext tmpcontext
 
char ** cstrs
 
PGresultlast_res
 
PGresultcur_res
 

Detailed Description

Definition at line 80 of file dblink.c.

Field Documentation

◆ attinmeta

AttInMetadata* storeInfo::attinmeta

Definition at line 84 of file dblink.c.

Referenced by storeRow().

◆ cstrs

char** storeInfo::cstrs

Definition at line 86 of file dblink.c.

Referenced by storeRow().

◆ cur_res

PGresult* storeInfo::cur_res

Definition at line 89 of file dblink.c.

Referenced by storeQueryResult().

◆ fcinfo

FunctionCallInfo storeInfo::fcinfo

Definition at line 82 of file dblink.c.

Referenced by storeRow().

◆ last_res

PGresult* storeInfo::last_res

Definition at line 88 of file dblink.c.

Referenced by storeQueryResult().

◆ tmpcontext

MemoryContext storeInfo::tmpcontext

Definition at line 85 of file dblink.c.

Referenced by storeRow().

◆ tuplestore

Tuplestorestate* storeInfo::tuplestore

Definition at line 83 of file dblink.c.

Referenced by storeRow().


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