MCPcopy Create free account
hub / github.com/Kitware/VTK / BeginTransaction

Method BeginTransaction

IO/MySQL/vtkMySQLQuery.cxx:586–590  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

584
585//------------------------------------------------------------------------------
586bool vtkMySQLQuery::BeginTransaction()
587{
588 this->SetQuery("START TRANSACTION");
589 return this->Execute();
590}
591
592bool vtkMySQLQuery::CommitTransaction()
593{

Callers

nothing calls this directly

Calls 2

ExecuteMethod · 0.95
SetQueryMethod · 0.45

Tested by

no test coverage detected