DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Namespaces | |
namespace | Journaled |
Classes | |
class | AreaExtensions |
Extension methods to optimize the access to the contents of an IArea of a database store. More... | |
class | AreaStream |
class | DataStorageException |
class | DefaultStorageSystemNames |
class | FileStoreData |
A data store that is backed by a file located at the path given. More... | |
class | FileStream |
class | FixedRecordList |
interface | IArea |
An interface for access the contents of an area of a store. More... | |
interface | IFile |
interface | IFileSystem |
interface | ILargeObject |
Defines a referenced object that can be accessed on a multi-phase level. More... | |
class | InMemoryStorageSystem |
class | InMemoryStore |
An implementation of IStore that persists data in the application memory. More... | |
class | InvalidObjectIdException |
interface | IObjectStore |
Defines the contract for stores that handle lrge objects within a database system. More... | |
interface | IStore |
A store is a resource where areas can be allocated and freed to store information (a memory allocator). More... | |
interface | IStoreData |
An interface for low level store data access methods. More... | |
interface | IStoreDataFactory |
A factory that creates instances of IStoreData that are used to access store data blocks. More... | |
interface | IStoreSystem |
An object that creates and manages the IStore objects that the database engine uses to represent itself on an external medium such as a disk, and that constitute the low level persistent data format. More... | |
class | LocalFile |
class | LocalFileSystem |
struct | ObjectId |
A unique identifier of an object within a database system, that is composed by a reference to the store it belongs to and the address of the object itself within the store. More... | |
class | ObjectStore |
class | ObjectStoreExtensions |
class | ObjectStream |
class | RecordType |
Lists the types of records in a store More... | |
class | ScatteringFileStoreData |
class | ScatteringFileStoreDataFactory |
class | SingleFileStore |
class | SingleFileStoreSystem |
class | SingleFileStoreTests |
class | StorageErrorCodes |
class | StoreBase |
class | StoreExtensions |