![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
This is the context of a database system, that handles the configurations and services used by all the databases managed within this scope. More...
Public Member Functions | |
| DatabaseContext | CreateDatabaseContext (IConfiguration configuration) |
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 | |
| SystemContext (IConfiguration configuration, ServiceContainer container) | |
Properties | |
| IConfiguration | Configuration [get, private set] |
| Gets the system configuration object More... | |
| override IScope | ContextScope [get] |
| override string | ContextName [get] |
| IEventRegistry IEventScope. | EventRegistry [get] |
| EventRegistry | EventRegistry [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.Configuration.IConfigurationProvider | |
| IConfiguration | Configuration [get] |
Properties inherited from Deveel.Data.Diagnostics.IEventScope | |
| IEventRegistry | EventRegistry [get] |
Private Member Functions | |
| IDatabaseContext ISystemContext. | CreateDatabaseContext (IConfiguration configuration) |
Private Attributes | |
| IScope | scope |
This is the context of a database system, that handles the configurations and services used by all the databases managed within this scope.
Definition at line 28 of file SystemContext.cs.
|
inlinepackage |
Definition at line 31 of file SystemContext.cs.
|
inline |
Implements Deveel.Data.ISystemContext.
Definition at line 57 of file SystemContext.cs.
|
inlineprivate |
Implements Deveel.Data.ISystemContext.
Definition at line 61 of file SystemContext.cs.
|
inlineprotectedvirtual |
|
private |
Definition at line 29 of file SystemContext.cs.
|
getprivate set |
Gets the system configuration object
Definition at line 47 of file SystemContext.cs.
|
getprotected |
Definition at line 53 of file SystemContext.cs.
|
getprotected |
Definition at line 49 of file SystemContext.cs.
|
getprivate |
Definition at line 66 of file SystemContext.cs.
|
getprivate set |
Definition at line 70 of file SystemContext.cs.
1.8.10