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

Function gen_erase

src/gpre/int_cxx.cpp:391–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389//
390
391static void gen_erase( const act* action, int column)
392{
393 upd* erase = (upd*) action->act_object;
394 gen_send(erase->upd_request, erase->upd_port, column, false);
395}
396
397
398//____________________________________________________________

Callers 1

INT_CXX_actionFunction · 0.70

Calls 1

gen_sendFunction · 0.70

Tested by

no test coverage detected