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

Function gen_estore

src/gpre/languages/ada.cpp:1645–1661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1643//
1644
1645static void gen_estore( const act* action, int column)
1646{
1647 gpre_req* request = action->act_request;
1648
1649 // if we did a store ... returning_values aka store2
1650 // just wrap up any dangling error handling
1651 if (request->req_type == REQ_store2)
1652 {
1653 if (action->act_error)
1654 endif(column);
1655 return;
1656 }
1657
1658 gen_start(action, request->req_primary, column);
1659 if (action->act_error)
1660 endif(column);
1661}
1662
1663
1664//____________________________________________________________

Callers 1

ADA_actionFunction · 0.70

Calls 2

endifFunction · 0.70
gen_startFunction · 0.70

Tested by

no test coverage detected