summaryrefslogtreecommitdiff
path: root/odb/mysql/query.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-25 13:02:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-25 13:02:43 +0200
commitfb07a6d9d6ce01a76d5d43ae94adbcb6574cb351 (patch)
tree94be11c486ffdf2683238142e8541176faadc876 /odb/mysql/query.hxx
parent8ab3b127535f736ac0e14abd2fba25e022b05979 (diff)
Update interface to conform to what's expected by generated code
Diffstat (limited to 'odb/mysql/query.hxx')
-rw-r--r--odb/mysql/query.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/mysql/query.hxx b/odb/mysql/query.hxx
index c7d83ff..d58fb30 100644
--- a/odb/mysql/query.hxx
+++ b/odb/mysql/query.hxx
@@ -120,12 +120,12 @@ namespace odb
operator= (const query&);
public:
- binding&
- parameters () const;
-
std::string
clause () const;
+ binding&
+ parameters_binding () const;
+
public:
template <typename T>
static val_bind<T>