aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/statement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/statement.hxx')
-rw-r--r--odb/mysql/statement.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/odb/mysql/statement.hxx b/odb/mysql/statement.hxx
index 7cc1e1f..0c15f8c 100644
--- a/odb/mysql/statement.hxx
+++ b/odb/mysql/statement.hxx
@@ -57,6 +57,11 @@ namespace odb
const std::string& statement,
binding& cond,
binding& data);
+
+ select_statement (connection& conn,
+ const std::string& statement,
+ binding& data);
+
enum result
{
success,
@@ -114,7 +119,7 @@ namespace odb
std::size_t rows_;
std::size_t size_;
- binding& cond_;
+ binding* cond_;
std::size_t cond_version_;
binding& data_;