add ( ob )
Add ob to the database
Note that the object's oid must be unique or None, and that the object
must be un-owned, or already owned by this DM. If the oid is a
duplicate, raise InvalidKeyError. If the object is already owned by
this DM, this method is a no-op.
|