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