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

Method FreeStatement

IO/MySQL/vtkMySQLQuery.cxx:305–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303//------------------------------------------------------------------------------
304
305void vtkMySQLQueryInternals::FreeStatement()
306{
307 if (this->Statement)
308 {
309 mysql_stmt_close(this->Statement);
310 this->Statement = nullptr;
311 }
312}
313
314//------------------------------------------------------------------------------
315

Callers 2

SetQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected