db4o

Db4o Class

factory class with static methods to configure and start the engine.

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

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

public class 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

factory class with static methods to configure and start the engine.

This class serves as a factory class, to open ObjectContainer instances on database files.

The global db4o Configuration object for the running Java session is available through the configure method.

On running the

Db4o
class it prints the current version to System.out.

Requirements

Namespace: com.db4o

Assembly: db4o (in db4o.dll)

See Also

Db4o Members | com.db4o Namespace | ExtDb4o for extended functionality.