aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/query.hxx
diff options
context:
space:
mode:
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>