aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
commitb64c3b462f99ef7337eb4bc7fa6bb258d619d8b3 (patch)
treefaa051ca29584a40112dfdcb37bbf1fdff457b8c /odb/pgsql/forward.hxx
parent6e7b115c7d136c6d99984eaae21e2404a948d550 (diff)
Add support for persistent classes without object ids
New pragma id (object). New test: common/no-id.
Diffstat (limited to 'odb/pgsql/forward.hxx')
-rw-r--r--odb/pgsql/forward.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/pgsql/forward.hxx b/odb/pgsql/forward.hxx
index 2ec44ec..640d379 100644
--- a/odb/pgsql/forward.hxx
+++ b/odb/pgsql/forward.hxx
@@ -37,6 +37,9 @@ namespace odb
class object_statements;
template <typename T>
+ class object_statements_no_id;
+
+ template <typename T>
class view_statements;
template <typename T>