DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
The context of a single database within a system. More...
Public Member Functions | |
ITransactionContext | CreateTransactionContext () |
Creates a context to handle services and variables in the scope of a transaction. More... | |
Properties | |
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] |
Properties inherited from Deveel.Data.IContext | |
IContext | Parent [get] |
string | Name [get] |
IScope | Scope [get] |
The context of a single database within a system.
A IDatabase is wrapped around this object to obtain the configurations and systems for operations.
Definition at line 32 of file IDatabaseContext.cs.
ITransactionContext Deveel.Data.IDatabaseContext.CreateTransactionContext | ( | ) |
Creates a context to handle services and variables in the scope of a transaction.
Implemented in Deveel.Data.DatabaseContext, and Deveel.Data.DatabaseContext.
|
get |
Gets the system that handles the storage of the data of the database.
The database store system.
Definition at line 49 of file IDatabaseContext.cs.
|
get |
Gets the context of the database system that handles this database.
The parent system context.
Definition at line 40 of file IDatabaseContext.cs.