| 282 | //------------------------------------------------------------------------------ |
| 283 | |
| 284 | vtkMySQLQueryInternals::~vtkMySQLQueryInternals() |
| 285 | { |
| 286 | this->FreeResult(); |
| 287 | this->FreeStatement(); |
| 288 | this->FreeUserParameterList(); |
| 289 | this->FreeBoundParameters(); |
| 290 | } |
| 291 | |
| 292 | //------------------------------------------------------------------------------ |
| 293 |
nothing calls this directly
no test coverage detected