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

Function gen_update

src/gpre/languages/pas.cpp:3094–3100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3092//
3093
3094static void gen_update( const act* action, int column)
3095{
3096 const upd* modify = (upd*) action->act_object;
3097 const gpre_port* port = modify->upd_port;
3098 asgn_from(action, port->por_references, column);
3099 gen_send(action, port, column);
3100}
3101
3102
3103//____________________________________________________________

Callers 1

PAS_actionFunction · 0.70

Calls 2

asgn_fromFunction · 0.70
gen_sendFunction · 0.70

Tested by

no test coverage detected