returns the com.db4o.ext.ObjectInfo for a stored object.
This method will return null, if the passed object is not stored to this
ObjectContainer.
[Visual Basic] Function getObjectInfo( _ ByVal obj As Object _ ) As ObjectInfo [C#] ObjectInfo getObjectInfo( object obj ); [C++] ObjectInfo* getObjectInfo( Object* obj ); [JScript] function getObjectInfo( Object obj ): ObjectInfo;
ExtObjectContainer Interface | com.db4o.ext Namespace