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

Function gen_update

src/gpre/languages/ftn.cpp:3520–3526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3518//
3519
3520static void gen_update(const act* action)
3521{
3522 const upd* modify = (const upd*) action->act_object;
3523 const gpre_port* port = modify->upd_port;
3524 asgn_from(action, port->por_references);
3525 gen_send(action, port);
3526}
3527
3528
3529//____________________________________________________________

Callers 1

FTN_actionFunction · 0.70

Calls 2

asgn_fromFunction · 0.70
gen_sendFunction · 0.70

Tested by

no test coverage detected