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

Function gen_at_end

src/gpre/languages/cob.cpp:941–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939//
940
941static void gen_at_end( const act* action)
942{
943 TEXT s[MAX_REF_SIZE];
944
945 const gpre_req* request = action->act_request;
946 printa(names[COLUMN], false, "IF %s = 0 THEN", gen_name(s, request->req_eof, true));
947 fprintf(gpreGlob.out_file, "%s", names[COLUMN]);
948}
949
950
951//____________________________________________________________

Callers 1

COB_actionFunction · 0.70

Calls 2

printaFunction · 0.70
gen_nameFunction · 0.70

Tested by

no test coverage detected