aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/object-statements.cxx
blob: 921883d2f6e7ae480efeec49c192207892f4c3fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : odb/pgsql/object-statements.cxx
// author    : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

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

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