| 873 | //------------------------------------------------------------------------------ |
| 874 | |
| 875 | bool vtkMySQLQuery::HasError() |
| 876 | { |
| 877 | return (this->GetLastErrorText() != nullptr); |
| 878 | } |
| 879 | |
| 880 | vtkStdString vtkMySQLQuery::EscapeString(vtkStdString src, bool addSurroundingQuotes) |
| 881 | { |
nothing calls this directly
no test coverage detected