aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/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
commit1d287936950aa96a7b4a12b0d05633f257ab2c90 (patch)
tree08bd263cffb771dedcb016b5c6aa2ac7d5ea1471 /odb/oracle/forward.hxx
parenta786d2278d538cf8d2e7f91f7c55b3c6e091b015 (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/oracle/forward.hxx')
-rw-r--r--odb/oracle/forward.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/oracle/forward.hxx b/odb/oracle/forward.hxx
index 9a46535..6163fdf 100644
--- a/odb/oracle/forward.hxx
+++ b/odb/oracle/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;
}