db4o

ExtDb4oFactory.OpenMemoryFile Method

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.

Overload List

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 static IObjectContainer OpenMemoryFile(IConfiguration,MemoryFile);

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 static IObjectContainer OpenMemoryFile(MemoryFile);

See Also

ExtDb4oFactory Class | Db4objects.Db4o.Ext Namespace | Db4objects.Db4o.Ext.MemoryFile