PostgreSQL Source Code git master
|
Data Fields | |
FunctionCallInfo | fcinfo |
Tuplestorestate * | tuplestore |
AttInMetadata * | attinmeta |
MemoryContext | tmpcontext |
char ** | cstrs |
PGresult * | last_res |
PGresult * | cur_res |
AttInMetadata* storeInfo::attinmeta |
Definition at line 84 of file dblink.c.
Referenced by storeRow().
char** storeInfo::cstrs |
Definition at line 86 of file dblink.c.
Referenced by storeRow().
PGresult* storeInfo::cur_res |
Definition at line 89 of file dblink.c.
Referenced by storeQueryResult().
FunctionCallInfo storeInfo::fcinfo |
Definition at line 82 of file dblink.c.
Referenced by storeRow().
PGresult* storeInfo::last_res |
Definition at line 88 of file dblink.c.
Referenced by storeQueryResult().
MemoryContext storeInfo::tmpcontext |
Definition at line 85 of file dblink.c.
Referenced by storeRow().
Tuplestorestate* storeInfo::tuplestore |
Definition at line 83 of file dblink.c.
Referenced by storeRow().