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

Function gen_erase

src/gpre/languages/pas.cpp:1746–1756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1744//
1745
1746static void gen_erase( const act* action, int column)
1747{
1748 if (action->act_error || (action->act_flags & ACT_sql))
1749 begin(column);
1750
1751 const upd* erase = (upd*) action->act_object;
1752 gen_send(action, erase->upd_port, column);
1753
1754 if (action->act_flags & ACT_sql)
1755 endp(column);
1756}
1757
1758
1759//____________________________________________________________

Callers 1

PAS_actionFunction · 0.70

Calls 3

beginFunction · 0.70
gen_sendFunction · 0.70
endpFunction · 0.70

Tested by

no test coverage detected