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["MemoryStorage"]
class Type type-node
Syntax
public class MemoryStorage : IStorage
Constructors
Name | Summary |
---|---|
MemoryStorage |
|
MemoryStorage |
Methods
Name | Value | Summary |
---|---|---|
Bin |
void |
Registers the given bin for this storage with the given URI.
|
Bin |
MemoryBin |
Returns the memory bin for the given URI for external use.
|
Delete |
void | |
Exists |
bool |
returns true if a MemoryBin with the given URI name already exists
in this Storage.
|
Open |
IBin |
opens a MemoryBin for the given URI (name can be freely chosen).
|
Rename |
void |