aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/query.hxx')
-rw-r--r--odb/sqlite/query.hxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/odb/sqlite/query.hxx b/odb/sqlite/query.hxx
index fdae3a2..eebc7c3 100644
--- a/odb/sqlite/query.hxx
+++ b/odb/sqlite/query.hxx
@@ -82,8 +82,11 @@ namespace odb
public:
typedef sqlite::binding binding_type;
+ void
+ init ();
+
binding_type&
- binding ();
+ binding () {return binding_;}
private:
friend class query_base;
@@ -202,6 +205,11 @@ namespace odb
const char*
clause_prefix () const;
+ // Initialize the by-reference parameters from bound variables.
+ //
+ void
+ init_parameters () const;
+
binding&
parameters_binding () const;