aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-fwd.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-28 09:57:42 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-29 08:56:13 +0200
commitec1683514402dfed20b8a08824e2aa1bb017d6e7 (patch)
treee37ad34c7fe5acd41ee8a9a9f6299d2cbc10c7be /odb/oracle/oracle-fwd.hxx
parent9681c508fa9614da936314b9913a5d6cb0342c62 (diff)
Implement custom bind buffer type identifiers.
This allows for the association of a character set with a character data buffer, something that is impossible using only OCI external typecodes.
Diffstat (limited to 'odb/oracle/oracle-fwd.hxx')
-rw-r--r--odb/oracle/oracle-fwd.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/odb/oracle/oracle-fwd.hxx b/odb/oracle/oracle-fwd.hxx
index a0cd2ed..bc400d1 100644
--- a/odb/oracle/oracle-fwd.hxx
+++ b/odb/oracle/oracle-fwd.hxx
@@ -24,15 +24,6 @@ typedef struct OCIStmt OCIStmt;
typedef struct OCIAuthInfo OCIAuthInfo;
typedef struct OCITrans OCITrans;
-// Define an external type identifier for the national character types.
-// These are used exclusively for identifying national character encoded
-// buffers while setting the character set form of an OCIBind or OCIDefine
-// handle. They are never passed to the OCI API.
-//
-extern ub2 SQLT_NCHAR;
-extern ub2 SQLT_NVARCHAR2;
-extern ub2 SQLT_NCLOB;
-
#include <odb/post.hxx>
#endif // ODB_ORACLE_ORACLE_FWD_HXX