Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ rollback
Method
rollback
src/dsql/StmtNodes.cpp:175–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
void rollback()
176
{
177
m_marker.done();
178
m_savepoint.rollback();
179
}
180
181
// Prohibit unwanted creation/copying
182
CondSavepointAndMarker(const CondSavepointAndMarker&) = delete;
Callers
1
executeReceiveWithRestarts
Method · 0.45
Calls
1
done
Method · 0.45
Tested by
no test coverage detected