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

Method doPrepare

src/jrd/extds/InternalDS.cpp:338–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338void InternalTransaction::doPrepare(FbStatusVector* /*status*/, thread_db* /*tdbb*/,
339 int /*info_len*/, const char* /*info*/)
340{
341 fb_assert(m_transaction);
342 fb_assert(false);
343}
344
345void InternalTransaction::doCommit(FbStatusVector* status, thread_db* tdbb, bool retain)
346{

Callers

nothing calls this directly

Calls 15

CallerNameClass · 0.85
raiseFunction · 0.85
GdsClass · 0.85
getJrdAttMethod · 0.80
getJrdTranMethod · 0.80
getRoutineMethod · 0.80
assignRefNoIncrMethod · 0.80
getSqlDialectMethod · 0.80
getSendMsgMethod · 0.80
getReceiveMsgMethod · 0.80
resetMethod · 0.45
getHandleMethod · 0.45

Tested by

no test coverage detected