From 9126281b53722115b2e8624632f2dd616f0c26a0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Oct 2012 17:24:44 +0200 Subject: Completion of prepared query support --- odb/mysql/query.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odb/mysql/query.hxx') 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; -- cgit v1.1