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

Function request_trans

src/gpre/languages/cob.cpp:4128–4139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4126//
4127
4128static const TEXT* request_trans( const act* action, const gpre_req* request)
4129{
4130 if (action->act_type == ACT_open)
4131 {
4132 const TEXT* trname = ((open_cursor*) action->act_object)->opn_trans;
4133 if (!trname)
4134 trname = names[isc_trans_pos];
4135 return trname;
4136 }
4137
4138 return request ? request->req_trans : names[isc_trans_pos];
4139}
4140
4141
4142//____________________________________________________________

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