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

Function gen_update

src/gpre/obj_cxx.cpp:3485–3491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3483// action_act_object->upd_port->por_references that's changed.
3484
3485static void gen_update( const act* action, int column)
3486{
3487 upd* modify = (upd*) action->act_object;
3488 gpre_port* port = modify->upd_port;
3489 asgn_from(action, port->por_references, column);
3490 gen_send(action, port, column);
3491}
3492
3493
3494//____________________________________________________________

Callers 1

OBJ_CXX_actionFunction · 0.70

Calls 2

asgn_fromFunction · 0.70
gen_sendFunction · 0.70

Tested by

no test coverage detected