Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ commit
Method
commit
examples/replication/fbSampleReplicator.cpp:281–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
FB_BOOLEAN ReplTransaction::commit()
282
{
283
WriteLog(parent->log,
"%p\tcommit()\n"
, this);
284
return FB_TRUE;
285
}
286
287
FB_BOOLEAN ReplTransaction::rollback()
288
{
Callers
10
execute
Method · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected