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.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx
index add263a..8d0b491 100644
--- a/odb/oracle/statement.hxx
+++ b/odb/oracle/statement.hxx
@@ -76,6 +76,12 @@ namespace odb
binding& cond,
binding& data,
std::size_t lob_prefetch_size = 0);
+
+ select_statement (connection& conn,
+ const std::string& statement,
+ binding& data,
+ std::size_t lob_prefetch_size = 0);
+
enum result
{
success,