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

Function gen_at_end

src/gpre/obj_cxx.cpp:773–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771//
772
773static void gen_at_end( const act* action, int column)
774{
775 char s[MAX_REF_SIZE];
776
777 const gpre_req* request = action->act_request;
778 printa(column, "if (!%s) {", gen_name(s, request->req_eof, true));
779}
780
781
782//____________________________________________________________

Callers 1

OBJ_CXX_actionFunction · 0.70

Calls 2

printaFunction · 0.70
gen_nameFunction · 0.70

Tested by

no test coverage detected