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

Function gen_endfor

src/gpre/languages/rmc.cpp:2350–2358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2348//
2349
2350static void gen_endfor( const act* action)
2351{
2352 const gpre_req* request = action->act_request;
2353
2354 if (request->req_sync)
2355 gen_send(action, request->req_sync);
2356 gen_receive(action, request->req_primary);
2357 printa(names[COLUMN], false, "END-PERFORM");
2358}
2359
2360
2361//____________________________________________________________

Callers 1

RMC_actionFunction · 0.70

Calls 3

gen_sendFunction · 0.70
gen_receiveFunction · 0.70
printaFunction · 0.70

Tested by

no test coverage detected