Interface | Description |
---|---|
VBranch |
A branch that has been checked out from a
VDatabase . |
VCollection |
A collection within a Multiversion Concurrency Control database.
|
VCounter |
Generates unique IDs.
|
VCursor |
A cursor can be used to iterate over database objects
|
VDatabase |
Represents a database using Multiversion Concurrency Control (MVCC).
|
VFactory |
A factory for MVCC related objects.
|
VHistory |
Provides access to detail information about commits (such as attributes,
parent commit and children)
|
VLargeCollection |
A
VCollection which can also handle large objects (BLOBs). |
VMaintenance |
Provides maintenance operations for a MVCC database.
|
Class | Description |
---|---|
AbstractVFactory |
An abstract implementation of
VFactory which provides
some default method implementations |
VConstants |
Constants used in a MVCC database
|
VOperations |
Constants for operations that can be used in queries
|
Exception | Description |
---|---|
VException |
An unchecked exception that can be thrown by all classes
belonging to the MVCC framework
|