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

Method YTransaction

src/yvalve/why.cpp:5285–5294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5283
5284
5285YTransaction::YTransaction(YAttachment* aAttachment, ITransaction* aNext)
5286 : YHelper(aNext),
5287 attachment(aAttachment),
5288 childBlobs(getPool()),
5289 childCursors(getPool()),
5290 cleanupHandlers(getPool())
5291{
5292 if (aAttachment)
5293 aAttachment->childTransactions.add(this);
5294}
5295
5296isc_tr_handle& YTransaction::getHandle()
5297{

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected