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