MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ExcReadDone

Class ExcReadDone

src/burp/BurpTasks.h:479–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

raiseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected