| 477 | }; |
| 478 | |
| 479 | class ExcReadDone : public Firebird::Exception |
| 480 | { |
| 481 | public: |
| 482 | ExcReadDone() throw() : Firebird::Exception() { } |
| 483 | virtual void stuffByException(Firebird::StaticStatusVector& status_vector) const throw(); |
| 484 | virtual const char* what() const throw(); |
| 485 | static void raise(); |
| 486 | }; |
| 487 | |
| 488 | static RestoreRelationTask* getRestoreTask(BurpGlobals* tdgbl) |
| 489 | { |