db4o

ExtDb4o Class

extended factory class with static methods to open special db4o sessions.

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

System.Object
   com.db4o.Db4o
      com.db4o.ext.ExtDb4o

[Visual Basic]
NotInheritable Public Class ExtDb4o
    Inherits Db4o
[C#]
public sealed class ExtDb4o : Db4o
[C++]
public __gc __sealed class ExtDb4o : public Db4o
[JScript]
public  class ExtDb4o extends Db4o

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

extended factory class with static methods to open special db4o sessions.

Requirements

Namespace: com.db4o.ext

Assembly: db4o (in db4o.dll)

See Also

ExtDb4o Members | com.db4o.ext Namespace