aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/exceptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/oracle/exceptions.hxx')
-rw-r--r--odb/oracle/exceptions.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/odb/oracle/exceptions.hxx b/odb/oracle/exceptions.hxx
index 73fb4c5..0173014 100644
--- a/odb/oracle/exceptions.hxx
+++ b/odb/oracle/exceptions.hxx
@@ -13,6 +13,7 @@
#include <odb/exceptions.hxx>
#include <odb/oracle/version.hxx>
+#include <odb/oracle/forward.hxx>
#include <odb/oracle/oracle-fwd.hxx>
#include <odb/oracle/details/export.hxx>
@@ -106,6 +107,14 @@ namespace odb
virtual const char*
what () const throw ();
};
+
+ namespace core
+ {
+ using oracle::database_exception;
+ using oracle::lob_comparison;
+ using oracle::cli_exception;
+ using oracle::invalid_oci_handle;
+ }
}
}