PostgreSQL Source Code  git master
storeInfo Struct Reference

Data Fields

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

Detailed Description

Definition at line 75 of file dblink.c.

Field Documentation

◆ attinmeta

AttInMetadata* storeInfo::attinmeta

Definition at line 79 of file dblink.c.

Referenced by storeRow().

◆ cstrs

char** storeInfo::cstrs

Definition at line 81 of file dblink.c.

Referenced by storeRow().

◆ cur_res

PGresult* storeInfo::cur_res

Definition at line 84 of file dblink.c.

Referenced by storeQueryResult().

◆ fcinfo

FunctionCallInfo storeInfo::fcinfo

Definition at line 77 of file dblink.c.

Referenced by storeRow().

◆ last_res

PGresult* storeInfo::last_res

Definition at line 83 of file dblink.c.

Referenced by storeQueryResult().

◆ tmpcontext

MemoryContext storeInfo::tmpcontext

Definition at line 80 of file dblink.c.

Referenced by storeRow().

◆ tuplestore

Tuplestorestate* storeInfo::tuplestore

Definition at line 78 of file dblink.c.

Referenced by storeRow().


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