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

Method DeleteQueryResults

IO/PostgreSQL/vtkPostgreSQLQuery.cxx:576–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574//------------------------------------------------------------------------------
575
576void vtkPostgreSQLQuery::DeleteQueryResults()
577{
578 this->Active = false;
579 delete this->QueryInternals;
580 this->QueryInternals = nullptr;
581}
582
583//------------------------------------------------------------------------------
584

Callers 1

ExecuteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected