| 373 | } |
| 374 | |
| 375 | DbReference DbConnection::GetInsertID(const DbObject::Ptr& dbobj) const |
| 376 | { |
| 377 | return GetInsertID(dbobj->GetType(), GetObjectID(dbobj)); |
| 378 | } |
| 379 | |
| 380 | DbReference DbConnection::GetInsertID(const DbType::Ptr& type, const DbReference& objid) const |
| 381 | { |
nothing calls this directly
no test coverage detected