aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/object-statements.cxx
blob: 8e00676ccc8ef51617bb63517c9a7b1da180225b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : odb/pgsql/object-statements.cxx
// 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 ()
    {
    }
  }
}