Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ createTransaction
Method
createTransaction
src/jrd/extds/ExtDS.cpp:636–641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
634
635
636
Transaction* Connection::createTransaction()
637
{
638
Transaction* tran = doCreateTransaction();
639
m_transactions.add(tran);
640
return tran;
641
}
642
643
void Connection::deleteTransaction(thread_db* tdbb, Transaction* tran)
644
{
Callers
1
getTransaction
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected