aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/forward.hxx
blob: 54bf7bf8137c40a7b1ca7a4c879af9c87a14fa4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// file      : odb/mysql/forward.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#ifndef ODB_MYSQL_FORWARD_HXX
#define ODB_MYSQL_FORWARD_HXX

namespace odb
{
  namespace mysql
  {
    class database;
    class connection;
    class connection_factory;
    class transaction;
    class binding;
    class query;

    template <typename T>
    class object_statements;
  }
}

#endif // ODB_MYSQL_FORWARD_HXX