diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-08-14 15:16:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-08-14 15:16:09 +0200 |
commit | 075f64ca84e4e1be22bad30e4974e9b675d12ec8 (patch) | |
tree | ec157ade131adf217d9c2dcd47228bc8c7b53cb9 /odb/mysql/forward.hxx | |
parent | 7f55357c16a981ae2d2d4b1ea2d1cfdcff1bdf74 (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/mysql/forward.hxx')
-rw-r--r-- | odb/mysql/forward.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/mysql/forward.hxx b/odb/mysql/forward.hxx index 87737c8..52ca8d2 100644 --- a/odb/mysql/forward.hxx +++ b/odb/mysql/forward.hxx @@ -70,6 +70,9 @@ namespace odb template <typename T> class smart_container_statements; + template <typename T, typename ST> + class section_statements; + class query_base; } |