DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Attributes | |
const string | Journaled = "journaled" |
const string | SingleFile = "singleFile" |
const string | Heap = "heap" |
Definition at line 20 of file DefaultStorageSystemNames.cs.
const string Deveel.Data.Store.DefaultStorageSystemNames.Heap = "heap" |
Definition at line 23 of file DefaultStorageSystemNames.cs.
const string Deveel.Data.Store.DefaultStorageSystemNames.Journaled = "journaled" |
Definition at line 21 of file DefaultStorageSystemNames.cs.
const string Deveel.Data.Store.DefaultStorageSystemNames.SingleFile = "singleFile" |
Definition at line 22 of file DefaultStorageSystemNames.cs.