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

Function gen_at_end

src/gpre/languages/rmc.cpp:1027–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025//
1026
1027static void gen_at_end( const act* action)
1028{
1029 TEXT s[MAX_REF_SIZE];
1030
1031 const gpre_req* request = action->act_request;
1032 printa(names[COLUMN], false, "IF %s = 0 THEN", gen_name(s, request->req_eof, true));
1033 fprintf(gpreGlob.out_file, "%s", names[COLUMN]);
1034}
1035
1036
1037//____________________________________________________________

Callers 1

RMC_actionFunction · 0.70

Calls 2

printaFunction · 0.70
gen_nameFunction · 0.70

Tested by

no test coverage detected