PagingMemoryStorage Class

Summary

Db4objects.Db4o.IO.IStorage implementation that produces Db4objects.Db4o.IO.IBin instances that operate in memory. Use this Db4objects.Db4o.IO.IStorage to work with db4o as an in-memory database.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IStorage"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.IO/IStorage" Type["PagingMemoryStorage"] class Type type-node

Syntax

public class PagingMemoryStorage : IStorage

Constructors

Methods

Name Value Summary
Bin(string, IBin) void
Registers the given bin for this storage with the given URI.
Bin(string) IBin
Returns the memory bin for the given URI for external use.
Delete(string) void
Exists(string) bool
returns true if a MemoryBin with the given URI name already exists in this Storage.
Open(BinConfiguration) IBin
opens a MemoryBin for the given URI (name can be freely chosen).
ProduceBin(BinConfiguration, int) IBin
Rename(string, string) void