aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/prepared-query.cxx
blob: 2413e2e3380a463b6149ba389d7a7e9ee60daa46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : odb/oracle/prepared-query.cxx
// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
// license   : ODB NCUEL; see accompanying LICENSE file

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

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