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

Function gen_update

src/gpre/languages/cob.cpp:3644–3650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3642//
3643
3644static void gen_update( const act* action)
3645{
3646 const upd* modify = (upd*) action->act_object;
3647 const gpre_port* port = modify->upd_port;
3648 asgn_from(action, port->por_references);
3649 gen_send(action, port);
3650}
3651
3652
3653//____________________________________________________________

Callers 1

COB_actionFunction · 0.70

Calls 2

asgn_fromFunction · 0.70
gen_sendFunction · 0.70

Tested by

no test coverage detected