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.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/sqlite/query.hxx b/odb/sqlite/query.hxx
index 517fd2f..f694b2e 100644
--- a/odb/sqlite/query.hxx
+++ b/odb/sqlite/query.hxx
@@ -92,6 +92,12 @@ namespace odb
query_params&
operator= (const query_params&);
+ query_params&
+ operator+= (const query_params&);
+
+ void
+ add (details::shared_ptr<query_param>);
+
private:
typedef std::vector<details::shared_ptr<query_param> > params;