aboutsummaryrefslogtreecommitdiff
path: root/odb/vector-traits.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-05-06 12:05:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:18:23 +0200
commit91830e3bd38a05c73d03a5dfb88997799d44274b (patch)
tree399f1fc61ce959ac63b8b7ebaf5e3c58f80d8a7d /odb/vector-traits.hxx
parent72b262ee4f375089256f6438152bd323df1ff5a3 (diff)
Add support for object sections
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated.
Diffstat (limited to 'odb/vector-traits.hxx')
-rw-r--r--odb/vector-traits.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/vector-traits.hxx b/odb/vector-traits.hxx
index d996a89..9f4186d 100644
--- a/odb/vector-traits.hxx
+++ b/odb/vector-traits.hxx
@@ -63,6 +63,9 @@ namespace odb
c._start ();
}
+ static bool
+ changed (const container_type&);
+
static void
update (const container_type&, const functions&);