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

Method HasError

IO/SQL/vtkSQLiteQuery.cxx:386–389  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

384
385//------------------------------------------------------------------------------
386bool vtkSQLiteQuery::HasError()
387{
388 return (this->GetLastErrorText() != nullptr);
389}
390
391//------------------------------------------------------------------------------
392bool vtkSQLiteQuery::BeginTransaction()

Callers 1

RequestDataMethod · 0.45

Calls 1

GetLastErrorTextMethod · 0.95

Tested by

no test coverage detected