------------------------------------------------------------------------------
| 384 | |
| 385 | //------------------------------------------------------------------------------ |
| 386 | bool vtkSQLiteQuery::HasError() |
| 387 | { |
| 388 | return (this->GetLastErrorText() != nullptr); |
| 389 | } |
| 390 | |
| 391 | //------------------------------------------------------------------------------ |
| 392 | bool vtkSQLiteQuery::BeginTransaction() |
no test coverage detected