db4o

ObjectSet Interface

query resultset.

For a list of all members of this type, see ObjectSet Members.

com.db4o.ObjectSet
   com.db4o.ext.ExtObjectSet

public interface ObjectSet : IList, ICollection, IEnumerable

Remarks

query resultset.

The

ObjectSet
class serves as a cursor to iterate through a set of objects retrieved by a call to get .

An
ObjectSet
can easily be wrapped to a
java.util.List
(Java) /
System.Collections.IList
(.NET) using the source code supplied in ../com/db4o/wrap/

Note that the used ObjectContainer needs to remain opened during the use of an
ObjectSet
to allow lazy instantiation.

Requirements

Namespace: com.db4o

Assembly: db4o (in db4o.dll)

See Also

ObjectSet Members | com.db4o Namespace | for extended functionality.