aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-types.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-14 13:20:30 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-14 13:20:30 +0200
commitad7545cf9e795d7af0440fd3b5ab2eef075b539f (patch)
tree95c5c62b9470119479b91e09ed1ca334015f95b5 /odb/oracle/oracle-types.hxx
parent5f78950c5bae2bb0c6228e1596aa51edfd142547 (diff)
Add a RAW buffer type
This is required as OCI performs character set specific operations on string data. RAW data has no associated character set.
Diffstat (limited to 'odb/oracle/oracle-types.hxx')
-rw-r--r--odb/oracle/oracle-types.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx
index 33e0f33..e340071 100644
--- a/odb/oracle/oracle-types.hxx
+++ b/odb/oracle/oracle-types.hxx
@@ -81,6 +81,7 @@ namespace odb
timestamp, // Buffer is a variable length char array.
string, // Buffer is a variable length char array.
nstring, // Buffer is a variable length char array.
+ raw, // Buffer is a variable length char array.
blob, // Bind is a callback.
clob, // Bind is a callback.
nclob, // Bind is a callback.