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

Method ClearParameterBindings

IO/MySQL/vtkMySQLQuery.cxx:1104–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102//------------------------------------------------------------------------------
1103
1104bool vtkMySQLQuery::ClearParameterBindings()
1105{
1106 this->Internals->FreeBoundParameters();
1107 return true;
1108}
1109VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 1

FreeBoundParametersMethod · 0.80

Tested by

no test coverage detected