MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / gen_s_fetch

Function gen_s_fetch

src/gpre/c_cxx.cpp:3021–3032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3019//
3020
3021static void gen_s_fetch( const act* action, int column)
3022{
3023 const gpre_req* request = action->act_request;
3024
3025 if (request->req_sync)
3026 gen_send(action, request->req_sync, column);
3027
3028 gen_receive(action, column, request->req_primary);
3029
3030 if (!action->act_pair && !action->act_error)
3031 endp(column);
3032}
3033
3034
3035//____________________________________________________________

Callers 1

C_CXX_actionFunction · 0.70

Calls 3

gen_sendFunction · 0.70
gen_receiveFunction · 0.70
endpFunction · 0.70

Tested by

no test coverage detected