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

Method ~vtkSQLQuery

IO/SQL/vtkSQLQuery.cxx:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20vtkSQLQuery::~vtkSQLQuery()
21{
22 this->SetQuery(nullptr);
23 if (this->Database)
24 {
25 this->Database->Delete();
26 this->Database = nullptr;
27 }
28}
29
30vtkCxxSetObjectMacro(vtkSQLQuery, Database, vtkSQLDatabase);
31

Callers

nothing calls this directly

Calls 2

SetQueryMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected