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

Method rollback

examples/replication/fbSampleReplicator.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287FB_BOOLEAN ReplTransaction::rollback()
288{
289 WriteLog(parent->log, "%p\trollback()\n", this);
290 parent->status->setWarnings(wrn);
291 return FB_FALSE;
292}
293
294FB_BOOLEAN ReplTransaction::startSavepoint()
295{

Callers 2

~AppMethod · 0.45
mainFunction · 0.45

Calls 1

setWarningsMethod · 0.45

Tested by

no test coverage detected