aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/connection.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-12-03 13:12:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-12-03 13:12:20 +0200
commitb469b436b9b1b1abe3efbfbb76341fc90ab1a453 (patch)
tree522a2d7efffcaf872e63f4086a03a1485c57d26e /odb/oracle/connection.hxx
parent2658e8e14e24a2d9bb57bf82c96421eb4d7a9d71 (diff)
Add support for executing common query using static interface
Diffstat (limited to 'odb/oracle/connection.hxx')
-rw-r--r--odb/oracle/connection.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/odb/oracle/connection.hxx b/odb/oracle/connection.hxx
index d6fb443..cf72b26 100644
--- a/odb/oracle/connection.hxx
+++ b/odb/oracle/connection.hxx
@@ -73,7 +73,11 @@ namespace odb
template <typename T>
prepared_query<T>
- prepare_query (const char* name, const query<T>&);
+ prepare_query (const char* name, const oracle::query_base&);
+
+ template <typename T>
+ prepared_query<T>
+ prepare_query (const char* name, const odb::query_base&);
// SQL statement tracing.
//