aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/statements-base.cxx
blob: 0e7255511a7dbc24a75ab0996fa89a3be4f3d8a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : odb/pgsql/statements-base.cxx
// license   : GNU GPL v2; see accompanying LICENSE file

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

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