aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/prepared-query.cxx
blob: 742bab07e1d8cbfba77cefd2aeff88acf24e331a (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-2013 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 ()
    {
    }
  }
}