| 1102 | //------------------------------------------------------------------------------ |
| 1103 | |
| 1104 | bool vtkMySQLQuery::ClearParameterBindings() |
| 1105 | { |
| 1106 | this->Internals->FreeBoundParameters(); |
| 1107 | return true; |
| 1108 | } |
| 1109 | VTK_ABI_NAMESPACE_END |
nothing calls this directly
no test coverage detected