// This file was generated by ODB, object-relational mapping (ORM) // compiler for C++. // // Begin prologue. // // // End prologue. namespace odb { // person // inline access::object_traits< ::person >::query_type:: query_type () { } inline access::object_traits< ::person >::query_type:: query_type (const std::string& q) : query_base_type (q) { } inline access::object_traits< ::person >::query_type:: query_type (const query_base_type& q) : query_base_type (q) { } inline access::object_traits< ::person >::id_type access::object_traits< ::person >:: id (const object_type& obj) { return obj.id_; } } // Begin epilogue. // // // End epilogue.