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

#include <odb/oracle/statements-base.hxx>

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