aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-types.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-07 14:25:12 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-07 14:25:12 +0200
commit005fe4165be00b0b32353cd473c7672cac7b9e82 (patch)
tree4eadb4fca0d229992ebb2fa8a100a3e9adb072ac /odb/oracle/oracle-types.hxx
parent77a9123b55d8987b0ff890a9bdf1e5c111c4983d (diff)
Correct comment
Diffstat (limited to 'odb/oracle/oracle-types.hxx')
-rw-r--r--odb/oracle/oracle-types.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx
index d21b948..1f2c8a0 100644
--- a/odb/oracle/oracle-types.hxx
+++ b/odb/oracle/oracle-types.hxx
@@ -86,8 +86,7 @@ namespace odb
last // Used as an end of list marker.
};
- buffer_type type; // The type stored by buffer. This must be an external
- // OCI type identifier of the form SQLT_XXX.
+ buffer_type type; // The type stored by buffer.
void* buffer; // Data buffer pointer.
ub2* size; // The number of bytes in buffer. When parameter
// callbacks are in use, this is interpreted as a ub4*