MCPcopy 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
598bool vtkMySQLQuery::RollbackTransaction()
599{
600 this->SetQuery("ROLLBACK");
601 return this->Execute();
602}
603
604//------------------------------------------------------------------------------
605

Callers

nothing calls this directly

Calls 2

ExecuteMethod · 0.95
SetQueryMethod · 0.45

Tested by

no test coverage detected