aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/oracle-types.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-08 08:28:22 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-08 08:28:22 +0200
commit7823ebdaa6cc9772d1410e6e398ba36501a55f62 (patch)
treec3751db80d61116943c5cd9c006b031c967807be /odb/oracle/oracle-types.hxx
parent30949c4784bbed7a2571b883e660472e7c38acad (diff)
Aesthetic changes
Diffstat (limited to 'odb/oracle/oracle-types.hxx')
-rw-r--r--odb/oracle/oracle-types.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx
index 70006c6..4cdd7bb 100644
--- a/odb/oracle/oracle-types.hxx
+++ b/odb/oracle/oracle-types.hxx
@@ -17,11 +17,10 @@ namespace odb
{
struct bind
{
- ub2 type; // The type stored in the memory pointed to by buffer
- // This must be an external OCI type identifier
- // of the form SQLT_XXX.
+ ub2 type; // The type stored by buffer. This must be an
+ // external OCI type identifier of the form SQLT_XXX.
void* buffer;
- ub2* size; // The number of bytes of data contained by buffer.
+ ub2* size; // The number of bytes in buffer.
sb4 capacity; // The maximum number of bytes that can be stored in
// buffer.
sb2* indicator; // Pointer to an OCI indicator variable.