DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
IBlockContext | CreateBlockContext () |
Public Member Functions inherited from Deveel.Data.Context | |
void | Dispose () |
Package Functions | |
QueryContext (ISessionContext parentContext) | |
Properties | |
ISessionContext | SessionContext [get] |
override string | ContextName [get] |
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.IQueryContext | |
ISessionContext | SessionContext [get] |
Additional Inherited Members | |
Protected Member Functions inherited from Deveel.Data.Context | |
Context () | |
Context (IContext parent) | |
virtual void | Dispose (bool disposing) |
Definition at line 27 of file QueryContextBase.cs.
|
inlinepackage |
Definition at line 36 of file QueryContextBase.cs.
|
inline |
Implements Deveel.Data.IQueryContext.
Definition at line 59 of file QueryContextBase.cs.
|
getprotected |
Definition at line 55 of file QueryContextBase.cs.
|
get |
Definition at line 51 of file QueryContextBase.cs.