DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | List of all members
Deveel.Data.Store.IStoreDataFactory Interface Reference

A factory that creates instances of IStoreData that are used to access store data blocks. More...

Inheritance diagram for Deveel.Data.Store.IStoreDataFactory:
Deveel.Data.Store.ScatteringFileStoreDataFactory

Public Member Functions

IStoreData CreateData (string name)
 Creates a new block of data identified by the given name. More...
 

Detailed Description

A factory that creates instances of IStoreData that are used to access store data blocks.

Definition at line 24 of file IStoreDataFactory.cs.

Member Function Documentation

IStoreData Deveel.Data.Store.IStoreDataFactory.CreateData ( string  name)

Creates a new block of data identified by the given name.

Parameters
nameThe name that identifies the data block handler.
Returns
Returns an instance of IStoreData that is compatible with this factory.

Implemented in Deveel.Data.Store.ScatteringFileStoreDataFactory.


The documentation for this interface was generated from the following file: