aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/prepared-query.cxx
blob: 038bf53c1ccb243fcfd195c5962938ec3cf1e2d6 (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-2019 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 ()
    {
    }
  }
}