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