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

Function gen_s_fetch

src/gpre/languages/pas.cpp:2673–2682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2671//
2672
2673static void gen_s_fetch( const act* action, int column)
2674{
2675 const gpre_req* request = action->act_request;
2676 if (request->req_sync)
2677 gen_send(action, request->req_sync, column);
2678
2679 gen_receive(action, column, request->req_primary);
2680 if (!action->act_pair && !action->act_error)
2681 endp(column);
2682}
2683
2684
2685//____________________________________________________________

Callers 1

PAS_actionFunction · 0.70

Calls 3

gen_sendFunction · 0.70
gen_receiveFunction · 0.70
endpFunction · 0.70

Tested by

no test coverage detected