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

Method ~vtkPostgreSQLQuery

IO/PostgreSQL/vtkPostgreSQLQuery.cxx:188–193  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

186
187//------------------------------------------------------------------------------
188vtkPostgreSQLQuery::~vtkPostgreSQLQuery()
189{
190 this->SetDatabase(nullptr);
191 this->SetLastErrorText(nullptr);
192 delete this->QueryInternals;
193}
194
195//------------------------------------------------------------------------------
196void vtkPostgreSQLQuery::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 1

SetDatabaseMethod · 0.45

Tested by

no test coverage detected