![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
| Block (IRequest request) | |
| void | Dispose () |
| virtual IBlock | CreateBlock () |
Protected Member Functions | |
| virtual IEnumerable< KeyValuePair< string, object > > | GetEventMetadata () |
| virtual void | Dispose (bool disposing) |
| virtual void | ExecuteBlock (BlockExecuteContext context) |
Properties | |
| IBlock | Parent [get, private set] |
| IBlock | Next [get, set] |
| IQuery | Query [get] |
| IEventSource IEventSource. | ParentSource [get] |
| IEnumerable< KeyValuePair< string, object > > IEventSource. | Metadata [get] |
| IBlockContext | Context [get, private set] |
| IContext IEventSource. | Context [get] |
Properties inherited from Deveel.Data.IBlock | |
| new IBlockContext | Context [get] |
| IBlock | Parent [get] |
| IBlock | Next [get] |
Properties inherited from Deveel.Data.IRequest | |
| IQuery | Query [get] |
Properties inherited from Deveel.Data.Diagnostics.IEventSource | |
| IContext | Context [get] |
| IEventSource | ParentSource [get] |
| Gets an optional parent source. More... | |
| IEnumerable< KeyValuePair< string, object > > | Metadata [get] |
| Gets the list of metadata associated to the source. More... | |
Private Member Functions | |
| ~Block () | |
| IBlockContext IRequest. | CreateBlockContext () |
| void IBlock. | Execute (BlockExecuteContext context) |
Private Attributes | |
| IQuery | query |
|
inline |
|
inlineprivate |
|
inlinevirtual |
|
inlineprivate |
Implements Deveel.Data.IRequest.
Definition at line 89 of file Block.cs.
|
inlineprotectedvirtual |
|
inlineprivate |
Implements Deveel.Data.IBlock.
Definition at line 93 of file Block.cs.
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
getprivate set |
|
getprivate |
|
getprivate |
1.8.10