diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-10 11:17:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-10 11:17:52 +0200 |
commit | 0a589394a09ce5b3f16d902d657710a2886cc2fc (patch) | |
tree | 08f5bfa47a0d07b0dc20352706342e17f277759f /odb/mysql/forward.hxx | |
parent | c67f076c75a36877ce142dc43a1ed2292ab8117a (diff) |
Add query support
Diffstat (limited to 'odb/mysql/forward.hxx')
-rw-r--r-- | odb/mysql/forward.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mysql/forward.hxx b/odb/mysql/forward.hxx index 701627b..54bf7bf 100644 --- a/odb/mysql/forward.hxx +++ b/odb/mysql/forward.hxx @@ -15,6 +15,7 @@ namespace odb class connection_factory; class transaction; class binding; + class query; template <typename T> class object_statements; |