aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-12 09:28:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-12 09:28:06 +0200
commitbbb153b9e576cdfdb59711f68d7f26a427a55041 (patch)
tree6774da8e93f02c20b9a157d79299279156ff755e /odb/mssql/result.hxx
parentd8fad747b21c39e20e9f6f49b8a127b2fae1e7fe (diff)
Query support for SQL Server
Diffstat (limited to 'odb/mssql/result.hxx')
-rw-r--r--odb/mssql/result.hxx26
1 files changed, 26 insertions, 0 deletions
diff --git a/odb/mssql/result.hxx b/odb/mssql/result.hxx
new file mode 100644
index 0000000..4cc94c3
--- /dev/null
+++ b/odb/mssql/result.hxx
@@ -0,0 +1,26 @@
+// file : odb/mssql/result.hxx
+// author : Constantin Michael <constantin@codesynthesis.com>
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// license : ODB NCUEL; see accompanying LICENSE file
+
+#ifndef ODB_MSSQL_RESULT_HXX
+#define ODB_MSSQL_RESULT_HXX
+
+#include <odb/pre.hxx>
+
+#include <odb/traits.hxx>
+#include <odb/result.hxx>
+
+#include <odb/mssql/version.hxx>
+#include <odb/mssql/forward.hxx>
+
+#include <odb/post.hxx>
+
+#endif // ODB_MSSQL_RESULT_HXX
+
+// Include result specializations so that the user code only needs
+// to include this header.
+//
+
+#include <odb/mssql/object-result.hxx>
+#include <odb/mssql/view-result.hxx>