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

Function request_trans

src/gpre/languages/rmc.cpp:4360–4371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4358//
4359
4360static const TEXT* request_trans( const act* action, const gpre_req* request)
4361{
4362 if (action->act_type == ACT_open)
4363 {
4364 const TEXT* trname = ((open_cursor*) action->act_object)->opn_trans;
4365 if (!trname)
4366 trname = names[isc_trans_pos];
4367 return trname;
4368 }
4369
4370 return request ? request->req_trans : names[isc_trans_pos];
4371}
4372
4373
4374//____________________________________________________________

Callers 6

gen_blob_openFunction · 0.70
gen_compileFunction · 0.70
gen_cursor_openFunction · 0.70
gen_s_startFunction · 0.70
gen_startFunction · 0.70
t_start_autoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected