From 0745f84e2d5c7133f6ee6608487089d69d7ad519 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 May 2013 12:05:39 +0200 Subject: 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. --- odb/pgsql/forward.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/pgsql/forward.hxx') diff --git a/odb/pgsql/forward.hxx b/odb/pgsql/forward.hxx index d1a5931..470462e 100644 --- a/odb/pgsql/forward.hxx +++ b/odb/pgsql/forward.hxx @@ -70,6 +70,9 @@ namespace odb template class smart_container_statements; + template + class section_statements; + class query_base; } -- cgit v1.1