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

Function gen_update

src/gpre/languages/ada.cpp:3125–3131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3123//
3124
3125static void gen_update( const act* action, int column)
3126{
3127 upd* modify = (upd*) action->act_object;
3128 gpre_port* port = modify->upd_port;
3129 asgn_from(action, port->por_references, column);
3130 gen_send(action, port, column);
3131}
3132
3133
3134//____________________________________________________________

Callers 1

ADA_actionFunction · 0.70

Calls 2

asgn_fromFunction · 0.70
gen_sendFunction · 0.70

Tested by

no test coverage detected