// file : odb/oracle/prepared-query.cxx // copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include namespace odb { namespace oracle { prepared_query_impl:: ~prepared_query_impl () { } } }