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

Function request_trans

src/gpre/languages/pas.cpp:3396–3407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3394//
3395
3396static const TEXT* request_trans( const act* action, const gpre_req* request)
3397{
3398 if (action->act_type == ACT_open)
3399 {
3400 const TEXT* trname = ((open_cursor*) action->act_object)->opn_trans;
3401 if (!trname)
3402 trname = "gds__trans";
3403 return trname;
3404 }
3405
3406 return request ? request->req_trans : "gds__trans";
3407}
3408
3409
3410//____________________________________________________________

Callers 6

gen_blob_openFunction · 0.70
gen_compileFunction · 0.70
gen_cursor_openFunction · 0.70
gen_startFunction · 0.70
make_ok_testFunction · 0.70
t_start_autoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected