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