From 1586cc2c76b2ce7845fd3f60d789a772c4958e4a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Nov 2014 10:19:22 +0200 Subject: Complete initial bulk erase() implementation --- odb/database.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'odb/database.hxx') diff --git a/odb/database.hxx b/odb/database.hxx index d399209..f4a3d36 100644 --- a/odb/database.hxx +++ b/odb/database.hxx @@ -566,6 +566,14 @@ namespace odb void erase_ (const typename object_traits::pointer_type&); + template + void + erase_id_ (I, I); + + template + void + erase_object_ (I, I); + template typename object_traits::pointer_type query_one_ (const Q&); -- cgit v1.1