aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.hxx
diff options
context:
space:
mode:
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_;