MCPcopy 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
592bool vtkMySQLQuery::CommitTransaction()
593{
594 this->SetQuery("COMMIT");
595 return this->Execute();
596}
597
598bool vtkMySQLQuery::RollbackTransaction()
599{

Callers

nothing calls this directly

Calls 2

ExecuteMethod · 0.95
SetQueryMethod · 0.45

Tested by

no test coverage detected