------------------------------------------------------------------------------
| 381 | |
| 382 | //------------------------------------------------------------------------------ |
| 383 | const char* vtkPostgreSQLQuery::GetLastErrorText() |
| 384 | { |
| 385 | if (!this->Database) |
| 386 | { |
| 387 | return "No database"; |
| 388 | } |
| 389 | return this->LastErrorText; |
| 390 | } |
| 391 | |
| 392 | //------------------------------------------------------------------------------ |
| 393 |
no outgoing calls