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

Method setTransaction

src/jrd/jrd.cpp:9207–9211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9205}
9206
9207void thread_db::setTransaction(jrd_tra* val)
9208{
9209 transaction = val;
9210 traStat = val ? &val->tra_stats : RuntimeStatistics::getDummy();
9211}
9212
9213void thread_db::setRequest(Request* val)
9214{

Callers 4

validateHandleFunction · 0.45
commitFunction · 0.45
prepare_traFunction · 0.45
rollbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected