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

Function gen_update

src/gpre/c_cxx.cpp:3483–3489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

C_CXX_actionFunction · 0.70

Calls 2

asgn_fromFunction · 0.70
gen_sendFunction · 0.70

Tested by

no test coverage detected