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

Method HasError

IO/MySQL/vtkMySQLQuery.cxx:875–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetLastErrorTextMethod · 0.95

Tested by

no test coverage detected