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

Method GetLastErrorText

IO/SQL/vtkSQLiteQuery.cxx:380–383  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

378
379//------------------------------------------------------------------------------
380const char* vtkSQLiteQuery::GetLastErrorText()
381{
382 return this->LastErrorText;
383}
384
385//------------------------------------------------------------------------------
386bool vtkSQLiteQuery::HasError()

Callers 12

SetQueryMethod · 0.95
ExecuteMethod · 0.95
NextRowMethod · 0.95
HasErrorMethod · 0.95
BindInt64ParameterMethod · 0.95
BindDoubleParameterMethod · 0.95
BindStringParameterMethod · 0.95
BindBlobParameterMethod · 0.95
EffectSchemaMethod · 0.45
RequestDataMethod · 0.45
TestSQLGraphReaderFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestSQLGraphReaderFunction · 0.36