Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ RollbackTransaction
Method
RollbackTransaction
IO/MySQL/vtkMySQLQuery.cxx:598–602 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
596
}
597
598
bool vtkMySQLQuery::RollbackTransaction()
599
{
600
this->SetQuery(
"ROLLBACK"
);
601
return this->Execute();
602
}
603
604
//------------------------------------------------------------------------------
605
Callers
nothing calls this directly
Calls
2
Execute
Method · 0.95
SetQuery
Method · 0.45
Tested by
no test coverage detected