aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/statement.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-16 10:04:45 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-16 10:04:45 +0200
commita5510b8f0ef6d5aa7cce21a719de726b669aa394 (patch)
tree14d3d5bd1f5eb32543e647470c5488dd82757bd4 /odb/oracle/statement.hxx
parentee99d2c795d9b6afc263f7ae5c15a62abd258e4e (diff)
Allow select statement without parameters
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,