mirror of
https://github.com/latentPrion/cppbessot.git
synced 2026-04-18 02:54:23 +00:00
Commit the generated files
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
// This file was generated by ODB, object-relational mapping (ORM)
|
||||
// compiler for C++.
|
||||
//
|
||||
|
||||
namespace odb
|
||||
{
|
||||
// TripAttemptResult
|
||||
//
|
||||
|
||||
inline
|
||||
access::object_traits< ::models::TripAttemptResult >::id_type
|
||||
access::object_traits< ::models::TripAttemptResult >::
|
||||
id (const object_type& o)
|
||||
{
|
||||
return o.id;
|
||||
}
|
||||
|
||||
inline
|
||||
void access::object_traits< ::models::TripAttemptResult >::
|
||||
callback (database& db, object_type& x, callback_event e)
|
||||
{
|
||||
ODB_POTENTIALLY_UNUSED (db);
|
||||
ODB_POTENTIALLY_UNUSED (x);
|
||||
ODB_POTENTIALLY_UNUSED (e);
|
||||
}
|
||||
|
||||
inline
|
||||
void access::object_traits< ::models::TripAttemptResult >::
|
||||
callback (database& db, const object_type& x, callback_event e)
|
||||
{
|
||||
ODB_POTENTIALLY_UNUSED (db);
|
||||
ODB_POTENTIALLY_UNUSED (x);
|
||||
ODB_POTENTIALLY_UNUSED (e);
|
||||
}
|
||||
}
|
||||
|
||||
namespace odb
|
||||
{
|
||||
// TripAttemptResult
|
||||
//
|
||||
|
||||
inline
|
||||
void access::object_traits_impl< ::models::TripAttemptResult, id_pgsql >::
|
||||
erase (database& db, const object_type& obj)
|
||||
{
|
||||
callback (db, obj, callback_event::pre_erase);
|
||||
erase (db, id (obj));
|
||||
callback (db, obj, callback_event::post_erase);
|
||||
}
|
||||
|
||||
inline
|
||||
void access::object_traits_impl< ::models::TripAttemptResult, id_pgsql >::
|
||||
load_ (statements_type& sts,
|
||||
object_type& obj,
|
||||
bool)
|
||||
{
|
||||
ODB_POTENTIALLY_UNUSED (sts);
|
||||
ODB_POTENTIALLY_UNUSED (obj);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user