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

Function request_trans

src/gpre/languages/ftn.cpp:3957–3968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3955//
3956
3957static const TEXT* request_trans(const act* action, const gpre_req* request)
3958{
3959 if (action->act_type == ACT_open)
3960 {
3961 const TEXT* trname = ((open_cursor*) action->act_object)->opn_trans;
3962 if (!trname)
3963 trname = "GDS__TRANS";
3964 return trname;
3965 }
3966
3967 return request ? request->req_trans : "GDS__TRANS";
3968}
3969
3970
3971//____________________________________________________________

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