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

Function gen_update

src/gpre/languages/rmc.cpp:3772–3778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3770//
3771
3772static void gen_update( const act* action)
3773{
3774 const upd* modify = (upd*) action->act_object;
3775 const gpre_port* port = modify->upd_port;
3776 asgn_from(action, port->por_references);
3777 gen_send(action, port);
3778}
3779
3780
3781//____________________________________________________________

Callers 1

RMC_actionFunction · 0.70

Calls 2

asgn_fromFunction · 0.70
gen_sendFunction · 0.70

Tested by

no test coverage detected