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

Method getNextTransaction

src/yvalve/why.cpp:6148–6154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6146
6147
6148void YAttachment::getNextTransaction(CheckStatusWrapper* status, ITransaction* tra,
6149 NextTransaction& next)
6150{
6151 next = getTransaction(tra)->next;
6152 if (!next.hasData())
6153 Arg::Gds(isc_bad_trans_handle).raise();
6154}
6155
6156
6157unsigned int YAttachment::getIdleTimeout(CheckStatusWrapper* status)

Callers 4

startMethod · 0.80
startAndSendMethod · 0.80
executeMethod · 0.80
openCursorMethod · 0.80

Calls 4

getTransactionFunction · 0.85
GdsClass · 0.85
hasDataMethod · 0.45
raiseMethod · 0.45

Tested by

no test coverage detected