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

Function gen_at_end

src/gpre/languages/ada.cpp:628–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626//
627
628static void gen_at_end( const act* action, int column)
629{
630 SCHAR s[MAX_REF_SIZE];
631
632 const gpre_req* request = action->act_request;
633 printa(column, "if %s = 0 then", gen_name(s, request->req_eof, true));
634}
635
636
637//____________________________________________________________

Callers 1

ADA_actionFunction · 0.70

Calls 2

printaFunction · 0.70
gen_nameFunction · 0.70

Tested by

no test coverage detected