aboutsummaryrefslogtreecommitdiff
path: root/bulk/mssql/orig/person-odb.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-20 15:46:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-20 15:46:21 +0200
commitf53b4dc54ed37169544ce7c080e194aab3d853f3 (patch)
tree4a848796d92aef7b5f231f1b28659fbba803b6ec /bulk/mssql/orig/person-odb.ixx
parenta9f085737d0c1c32edfc67f10af6ad9cd4572400 (diff)
Add testbulk
Diffstat (limited to 'bulk/mssql/orig/person-odb.ixx')
-rw-r--r--bulk/mssql/orig/person-odb.ixx61
1 files changed, 0 insertions, 61 deletions
diff --git a/bulk/mssql/orig/person-odb.ixx b/bulk/mssql/orig/person-odb.ixx
deleted file mode 100644
index 73f62a7..0000000
--- a/bulk/mssql/orig/person-odb.ixx
+++ /dev/null
@@ -1,61 +0,0 @@
-// This file was generated by ODB, object-relational mapping (ORM)
-// compiler for C++.
-//
-
-namespace odb
-{
- // person
- //
-
- inline
- access::object_traits< ::person >::id_type
- access::object_traits< ::person >::
- id (const object_type& o)
- {
- return o.id;
- }
-
- inline
- void access::object_traits< ::person >::
- 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< ::person >::
- callback (database& db, const object_type& x, callback_event e)
- {
- ODB_POTENTIALLY_UNUSED (db);
- ODB_POTENTIALLY_UNUSED (x);
- ODB_POTENTIALLY_UNUSED (e);
- }
-}
-
-namespace odb
-{
- // person
- //
-
- inline
- void access::object_traits_impl< ::person, id_mssql >::
- 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< ::person, id_mssql >::
- load_ (statements_type& sts,
- object_type& obj,
- bool)
- {
- ODB_POTENTIALLY_UNUSED (sts);
- ODB_POTENTIALLY_UNUSED (obj);
- }
-}
-