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

Function gen_erase

src/gpre/obj_cxx.cpp:2030–2040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2028//
2029
2030static void gen_erase( const act* action, int column)
2031{
2032 if (action->act_error || (action->act_flags & ACT_sql))
2033 begin(column);
2034
2035 const upd* erase = (upd*) action->act_object;
2036 gen_send(action, erase->upd_port, column);
2037
2038 if (action->act_flags & ACT_sql)
2039 endp(column);
2040}
2041
2042
2043//____________________________________________________________

Callers 1

OBJ_CXX_actionFunction · 0.70

Calls 3

beginFunction · 0.70
gen_sendFunction · 0.70
endpFunction · 0.70

Tested by

no test coverage detected