aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-08 16:09:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-08 16:09:08 +0200
commit9f994010f871ce0ea1aea58482ddef503cfc81c3 (patch)
tree8375e64317972e048ff2f683489c8ae3e46897d6 /odb/pgsql/forward.hxx
parent5303dd088f25ecbd5cf2b3bd423f977874223fae (diff)
Ground work for multi-database support
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface.
Diffstat (limited to 'odb/pgsql/forward.hxx')
-rw-r--r--odb/pgsql/forward.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/pgsql/forward.hxx b/odb/pgsql/forward.hxx
index 96b2266..e164bf1 100644
--- a/odb/pgsql/forward.hxx
+++ b/odb/pgsql/forward.hxx
@@ -20,7 +20,6 @@ namespace odb
class statement;
class transaction;
class tracer;
- class query;
// Implementation details.
//
@@ -51,6 +50,8 @@ namespace odb
template <typename T>
class container_statements;
+
+ class query_base;
}
namespace details