aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/prepared-query.cxx
blob: 498d1473e64350aaa82de73bb812fa2b2aab3d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : odb/mysql/prepared-query.cxx
// license   : GNU GPL v2; see accompanying LICENSE file

#include <odb/mysql/prepared-query.hxx>

namespace odb
{
  namespace mysql
  {
    prepared_query_impl::
    ~prepared_query_impl ()
    {
    }
  }
}