aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-fwd.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-11 09:30:06 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-14 13:12:02 +0200
commit5f78950c5bae2bb0c6228e1596aa51edfd142547 (patch)
tree5783855e491b9bc54381da749259d6a9b2c44913 /odb/oracle/oracle-fwd.hxx
parent161dc74b596ea0131798e30632acdf3ec5165f9c (diff)
Use an auto_descriptor pointer to manage a bound result LOB
This simplifies resource management in the generated code.
Diffstat (limited to 'odb/oracle/oracle-fwd.hxx')
-rw-r--r--odb/oracle/oracle-fwd.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/oracle/oracle-fwd.hxx b/odb/oracle/oracle-fwd.hxx
index bc400d1..813414c 100644
--- a/odb/oracle/oracle-fwd.hxx
+++ b/odb/oracle/oracle-fwd.hxx
@@ -24,6 +24,9 @@ typedef struct OCIStmt OCIStmt;
typedef struct OCIAuthInfo OCIAuthInfo;
typedef struct OCITrans OCITrans;
+typedef struct OCIParam OCIParam;
+typedef struct OCILobLocator OCILobLocator;
+
#include <odb/post.hxx>
#endif // ODB_ORACLE_ORACLE_FWD_HXX