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

Function gen_send

src/gpre/languages/ada.cpp:2853–2861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2851//
2852
2853static void gen_send( const act* action, gpre_port* port, int column)
2854{
2855 const gpre_req* request = action->act_request;
2856 printa(column, "firebird.SEND (%s %s, %d, %d, isc_%d'address, %s);", status_vector(action),
2857 request->req_handle, port->por_msg_number,
2858 port->por_length, port->por_ident, request->req_request_level);
2859
2860 set_sqlcode(action, column);
2861}
2862
2863
2864//____________________________________________________________

Callers 6

gen_emodifyFunction · 0.70
gen_endforFunction · 0.70
gen_eraseFunction · 0.70
gen_fetchFunction · 0.70
gen_s_fetchFunction · 0.70
gen_updateFunction · 0.70

Calls 3

printaFunction · 0.70
status_vectorFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected