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 79 of file dblink.c.
Referenced by storeRow().
char** storeInfo::cstrs |
Definition at line 81 of file dblink.c.
Referenced by storeRow().
PGresult* storeInfo::cur_res |
Definition at line 84 of file dblink.c.
Referenced by storeQueryResult().
FunctionCallInfo storeInfo::fcinfo |
Definition at line 77 of file dblink.c.
Referenced by storeRow().
PGresult* storeInfo::last_res |
Definition at line 83 of file dblink.c.
Referenced by storeQueryResult().
MemoryContext storeInfo::tmpcontext |
Definition at line 80 of file dblink.c.
Referenced by storeRow().
Tuplestorestate* storeInfo::tuplestore |
Definition at line 78 of file dblink.c.
Referenced by storeRow().