aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/prepared-query.cxx
blob: c8020f4104ffb9c0a3642dde44783c9dc6df4418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : odb/mysql/prepared-query.cxx
// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

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

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