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

Method GetLastErrorText

IO/PostgreSQL/vtkPostgreSQLDatabase.cxx:335–338  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

333
334//------------------------------------------------------------------------------
335const char* vtkPostgreSQLDatabase::GetLastErrorText()
336{
337 return this->LastErrorText;
338}
339
340//------------------------------------------------------------------------------
341vtkStdString vtkPostgreSQLDatabase::GetURL()

Callers 7

OpenMethod · 0.95
GetTablesMethod · 0.95
CreateDatabaseMethod · 0.95
OpenInternalMethod · 0.95
GetRecordMethod · 0.45
DropDatabaseMethod · 0.45
UpdateDataTypeMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected