aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:16:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:16:09 +0200
commit88f3f0282bad25c962783defa1e34dcbec60a07c (patch)
tree533b7f48765dc0502f60df58137e8c9364a7cfc9 /odb/mssql/forward.hxx
parentfe9276a017e09b1504a3b09002cefae337bd8354 (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/mssql/forward.hxx')
-rw-r--r--odb/mssql/forward.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/mssql/forward.hxx b/odb/mssql/forward.hxx
index 7f5cc5d..124cdbe 100644
--- a/odb/mssql/forward.hxx
+++ b/odb/mssql/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;
}