// file : odb/pgsql/statements-base.cxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include namespace odb { namespace pgsql { statements_base:: ~statements_base () { } } }