aboutsummaryrefslogtreecommitdiff
path: root/odb/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/exceptions.hxx')
-rw-r--r--odb/exceptions.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/odb/exceptions.hxx b/odb/exceptions.hxx
index d17ebb7..84ec133 100644
--- a/odb/exceptions.hxx
+++ b/odb/exceptions.hxx
@@ -89,6 +89,25 @@ namespace odb
struct LIBODB_EXPORT database_exception: odb::exception
{
};
+
+ namespace core
+ {
+ using odb::null_pointer;
+
+ using odb::already_in_transaction;
+ using odb::not_in_transaction;
+ using odb::transaction_already_finalized;
+
+ using odb::already_in_session;
+ using odb::not_in_session;
+ using odb::const_object;
+
+ using odb::deadlock;
+ using odb::object_not_persistent;
+ using odb::object_already_persistent;
+ using odb::result_not_cached;
+ using odb::database_exception;
+ }
}
#include <odb/post.hxx>