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

Method FreeResult

IO/MySQL/vtkMySQLQuery.cxx:294–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292//------------------------------------------------------------------------------
293
294void vtkMySQLQueryInternals::FreeResult()
295{
296 if (this->Result)
297 {
298 mysql_free_result(this->Result);
299 this->Result = nullptr;
300 }
301}
302
303//------------------------------------------------------------------------------
304

Callers 2

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected