aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-05 15:50:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-05 15:50:06 +0200
commit5756de68aeb375cc05af0f6b9e6ce618454edc16 (patch)
tree848eb01f5c5c452ca971987d1767311024594678 /odb/mssql/forward.hxx
parent099898208c09542410884413d8d619f178c1ff3b (diff)
Add support for change-tracking containers
ODB now supports "smart" ordered containers. Such containers get extra functions for updating and deleting individual elements. Based on this functionality implement two change-tracking containers: odb::vector (equivalent to std::vector) and QOdbList (equivalent to QList). New tests: common/container/change-tracking and qt/common/container/change- tracking.
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 2bb21e3..244de3f 100644
--- a/odb/mssql/forward.hxx
+++ b/odb/mssql/forward.hxx
@@ -67,6 +67,9 @@ namespace odb
template <typename T>
class container_statements;
+ template <typename T>
+ class smart_container_statements;
+
class query_base;
}