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

Function gen_erase

src/gpre/c_cxx.cpp:1992–2002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1990//
1991
1992static void gen_erase( const act* action, int column)
1993{
1994 if (action->act_error || (action->act_flags & ACT_sql))
1995 begin(column);
1996
1997 const upd* erase = (upd*) action->act_object;
1998 gen_send(action, erase->upd_port, column);
1999
2000 if (action->act_flags & ACT_sql)
2001 endp(column);
2002}
2003
2004
2005//____________________________________________________________

Callers 1

C_CXX_actionFunction · 0.70

Calls 3

beginFunction · 0.70
gen_sendFunction · 0.70
endpFunction · 0.70

Tested by

no test coverage detected