From 239c24da194d98e0823642d408d35fc8fe3e7ae9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Aug 2014 09:37:06 +0200 Subject: Implement bulk database operation support for Oracle and SQL Server --- odb/mssql/exceptions.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'odb/mssql/exceptions.hxx') diff --git a/odb/mssql/exceptions.hxx b/odb/mssql/exceptions.hxx index c503070..7d44a7b 100644 --- a/odb/mssql/exceptions.hxx +++ b/odb/mssql/exceptions.hxx @@ -79,6 +79,9 @@ namespace odb virtual const char* what () const throw (); + virtual database_exception* + clone () const; + public: ~database_exception () throw (); @@ -105,6 +108,9 @@ namespace odb virtual const char* what () const throw (); + virtual cli_exception* + clone () const; + private: std::string what_; }; @@ -113,6 +119,9 @@ namespace odb { virtual const char* what () const throw (); + + virtual long_data_reload* + clone () const; }; namespace core -- cgit v1.1