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

Function gen_s_fetch

src/gpre/obj_cxx.cpp:3039–3050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3037//
3038
3039static void gen_s_fetch( const act* action, int column)
3040{
3041 const gpre_req* request = action->act_request;
3042
3043 if (request->req_sync)
3044 gen_send(action, request->req_sync, column);
3045
3046 gen_receive(action, column, request->req_primary);
3047
3048 if (!action->act_pair && !action->act_error)
3049 endp(column);
3050}
3051
3052
3053//____________________________________________________________

Callers 1

OBJ_CXX_actionFunction · 0.70

Calls 3

gen_sendFunction · 0.70
gen_receiveFunction · 0.70
endpFunction · 0.70

Tested by

no test coverage detected