| 357 | } |
| 358 | |
| 359 | void DbConnection::SetInsertID(const DbObject::Ptr& dbobj, const DbReference& dbref) |
| 360 | { |
| 361 | SetInsertID(dbobj->GetType(), GetObjectID(dbobj), dbref); |
| 362 | } |
| 363 | |
| 364 | void DbConnection::SetInsertID(const DbType::Ptr& type, const DbReference& objid, const DbReference& dbref) |
| 365 | { |