// file : odb/connection.txx // copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb { template prepared_query connection:: prepare_query (const char* n, const query& q) { //@@ Views. Inline? // return prepared_query (object_traits::prepare_query (*this, n, q)); } }