DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
A factory that creates instances of IStoreData that are used to access store data blocks. More...
Public Member Functions | |
IStoreData | CreateData (string name) |
Creates a new block of data identified by the given name. More... | |
A factory that creates instances of IStoreData that are used to access store data blocks.
Definition at line 24 of file IStoreDataFactory.cs.
IStoreData Deveel.Data.Store.IStoreDataFactory.CreateData | ( | string | name | ) |
Creates a new block of data identified by the given name.
name | The name that identifies the data block handler. |
Implemented in Deveel.Data.Store.ScatteringFileStoreDataFactory.