![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
| TransactionContext | CreateTransactionContext () |
| Creates a context to handle services and variables in the scope of a transaction. More... | |
Public Member Functions inherited from Deveel.Data.Context | |
| void | Dispose () |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Protected Member Functions inherited from Deveel.Data.Context | |
| Context () | |
| Context (IContext parent) | |
Package Functions | |
| DatabaseContext (ISystemContext systemContext, IConfiguration configuration) | |
Properties | |
| override string | ContextName [get] |
| IConfiguration | Configuration [get, private set] |
| ISystemContext | SystemContext [get, private set] |
| IStoreSystem | StoreSystem [get, private set] |
Properties inherited from Deveel.Data.Context | |
| abstract string | ContextName [get] |
| virtual IScope | ContextScope [get] |
| IContext | ParentContext [get, private set] |
| IContext IContext. | Parent [get] |
| IScope IContext. | Scope [get] |
| string IContext. | Name [get] |
Properties inherited from Deveel.Data.IContext | |
| IContext | Parent [get] |
| string | Name [get] |
| IScope | Scope [get] |
Properties inherited from Deveel.Data.IDatabaseContext | |
| ISystemContext | SystemContext [get] |
| Gets the context of the database system that handles this database. More... | |
| IStoreSystem | StoreSystem [get] |
| Gets the system that handles the storage of the data of the database. More... | |
Properties inherited from Deveel.Data.Configuration.IConfigurationProvider | |
| IConfiguration | Configuration [get] |
Private Member Functions | |
| void | InitStorageSystem () |
| ITransactionContext IDatabaseContext. | CreateTransactionContext () |
| Creates a context to handle services and variables in the scope of a transaction. More... | |
Static Private Member Functions | |
| static IConfiguration | CreateSimpleConfig (ISystemContext systemContext, string dbName) |
Definition at line 25 of file DatabaseContext.cs.
|
inlinepackage |
Definition at line 26 of file DatabaseContext.cs.
|
inlinestaticprivate |
Definition at line 48 of file DatabaseContext.cs.
|
inlineprivate |
Creates a context to handle services and variables in the scope of a transaction.
Implements Deveel.Data.IDatabaseContext.
Definition at line 88 of file DatabaseContext.cs.
|
inline |
Creates a context to handle services and variables in the scope of a transaction.
Implements Deveel.Data.IDatabaseContext.
Definition at line 92 of file DatabaseContext.cs.
|
inlineprotectedvirtual |
|
inlineprivate |
Definition at line 74 of file DatabaseContext.cs.
|
getprivate set |
Definition at line 68 of file DatabaseContext.cs.
|
getprotected |
Definition at line 44 of file DatabaseContext.cs.
|
getprivate set |
Definition at line 72 of file DatabaseContext.cs.
|
getprivate set |
Definition at line 70 of file DatabaseContext.cs.
1.8.10