aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/query.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-12 17:24:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-12 17:24:44 +0200
commit9126281b53722115b2e8624632f2dd616f0c26a0 (patch)
tree2c901cd17dc2b09c7f344d1dd21ce1c83f9dab2b /odb/mysql/query.hxx
parentc0af27a770b1505ad6a1226f57f90642ce395296 (diff)
Completion of prepared query support
Diffstat (limited to 'odb/mysql/query.hxx')
-rw-r--r--odb/mysql/query.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/mysql/query.hxx b/odb/mysql/query.hxx
index a38b5cb..f08120b 100644
--- a/odb/mysql/query.hxx
+++ b/odb/mysql/query.hxx
@@ -171,6 +171,11 @@ namespace odb
const char*
clause_prefix () const;
+ // Initialize the by-reference parameters from bound variables.
+ //
+ void
+ init_parameters () const;
+
binding&
parameters_binding () const;