db4o

ExtDb4oFactory Methods

The methods of the ExtDb4oFactory class are listed below. For a complete list of ExtDb4oFactory class members, see the ExtDb4oFactory Members topic.

Public Static Methods

OpenMemoryFileOverloaded. Operates just like Db4objects.Db4o.Ext.ExtDb4oFactory.OpenMemoryFile , but uses the global db4o Configuration context. opens an Db4objects.Db4o.IObjectContainer for in-memory use .

In-memory ObjectContainers are useful for maximum performance on small databases, for swapping objects or for storing db4o format data to other media or other databases.

Be aware of the danger of running into OutOfMemory problems or complete loss of all data, in case of hardware or JVM failures.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

ExtDb4oFactory Class | Db4objects.Db4o.Ext Namespace