DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
TransactionContext (IDatabaseContext databaseContext) | |
ISessionContext | CreateSessionContext () |
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) | |
Properties | |
override string | ContextName [get] |
IDatabaseContext | DatabaseContext [get] |
bool ICursorScope. | IgnoreCase [get] |
IVariableManager | VariableManager [get, private set] |
CursorManager | CursorManager [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.Transactions.ITransactionContext | |
IDatabaseContext | DatabaseContext [get] |
Properties inherited from Deveel.Data.Sql.Variables.IVariableScope | |
IVariableManager | VariableManager [get] |
Properties inherited from Deveel.Data.Sql.Cursors.ICursorScope | |
bool | IgnoreCase [get] |
CursorManager | CursorManager [get] |
Definition at line 24 of file TransactionContext.cs.
|
inline |
Definition at line 25 of file TransactionContext.cs.
|
inline |
Implements Deveel.Data.Transactions.ITransactionContext.
Definition at line 39 of file TransactionContext.cs.
|
inlineprotectedvirtual |
|
getprotected |
Definition at line 31 of file TransactionContext.cs.
|
getprivate set |
Definition at line 49 of file TransactionContext.cs.
|
get |
Definition at line 35 of file TransactionContext.cs.
|
getprivate |
Definition at line 43 of file TransactionContext.cs.
|
getprivate set |
Definition at line 47 of file TransactionContext.cs.