aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-14 15:26:43 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-14 15:26:43 +0200
commite601ea00bf044fd1ac48db859c2c8491f45fda3f (patch)
tree8ab6c62894a5e71bfd25a7c48ee365d37b0bbfc0 /odb/oracle/statement.hxx
parent5b650a2f0b506fb871beaab6de71e1f628b6baf7 (diff)
Corrections and additions to LOB parameter and results callback implementation
Diffstat (limited to 'odb/oracle/statement.hxx')
-rw-r--r--odb/oracle/statement.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx
index 3ab60bc..b4e6601 100644
--- a/odb/oracle/statement.hxx
+++ b/odb/oracle/statement.hxx
@@ -48,7 +48,9 @@ namespace odb
// lost OCIDefine resources.
//
void
- bind_result (bind*, std::size_t count);
+ bind_result (bind*,
+ std::size_t count,
+ std::size_t lob_prefetch_len = 0);
protected:
connection& conn_;