MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkMySQLQueryInternals

Method ~vtkMySQLQueryInternals

IO/MySQL/vtkMySQLQuery.cxx:284–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282//------------------------------------------------------------------------------
283
284vtkMySQLQueryInternals::~vtkMySQLQueryInternals()
285{
286 this->FreeResult();
287 this->FreeStatement();
288 this->FreeUserParameterList();
289 this->FreeBoundParameters();
290}
291
292//------------------------------------------------------------------------------
293

Callers

nothing calls this directly

Calls 4

FreeResultMethod · 0.95
FreeStatementMethod · 0.95
FreeUserParameterListMethod · 0.95
FreeBoundParametersMethod · 0.95

Tested by

no test coverage detected