aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/exceptions.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-11-21 13:11:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-11-21 13:11:43 +0200
commitb3826d5ff054deeb7ba22aecb242cec2dca2f93a (patch)
tree7af4d7b2742db8c36dda3c97d12a2c40bf4b14b0 /odb/oracle/exceptions.hxx
parent83374c27062772de95ab12652713bfb2c218ba48 (diff)
Add dynamic multi-database query support
Diffstat (limited to 'odb/oracle/exceptions.hxx')
-rw-r--r--odb/oracle/exceptions.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/oracle/exceptions.hxx b/odb/oracle/exceptions.hxx
index e9f41e8..73fb4c5 100644
--- a/odb/oracle/exceptions.hxx
+++ b/odb/oracle/exceptions.hxx
@@ -83,6 +83,12 @@ namespace odb
std::string what_;
};
+ struct LIBODB_ORACLE_EXPORT lob_comparison: odb::exception
+ {
+ virtual const char*
+ what () const throw ();
+ };
+
struct LIBODB_ORACLE_EXPORT cli_exception: odb::exception
{
cli_exception (const std::string& what);