aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/prepared-query.cxx
blob: 7fa11bec2b59e61c296cf10767a99d9bd6813b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : odb/oracle/prepared-query.cxx
// license   : ODB NCUEL; see accompanying LICENSE file

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

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