![]() |
DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
| IBlock | CreateBlock () |
| void | Dispose () |
Package Functions | |
| Query (ISession session) | |
| Query (ISession session, SqlQuery sourceQuery) | |
Properties | |
| IQuery IRequest. | Query [get] |
| IQueryContext | Context [get, private set] |
| ISession | Session [get, private set] |
| DateTimeOffset | StartedOn [get, private set] |
| SqlQuery | SourceQuery [get, private set] |
| bool | HasSourceQuery [get] |
| IContext IEventSource. | Context [get] |
| IEventSource IEventSource. | ParentSource [get] |
| IEnumerable< KeyValuePair< string, object > > IEventSource. | Metadata [get] |
Properties inherited from Deveel.Data.IQuery | |
| new IQueryContext | Context [get] |
| ISession | Session [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 | |
| Dictionary< string, object > | GetMetadata () |
| ~Query () | |
| IBlockContext IRequest. | CreateBlockContext () |
| void | Dispose (bool disposing) |
Private Attributes | |
| Dictionary< string, object > | metadata |
|
inlinepackage |
Definition at line 33 of file Query.cs.
|
inlineprivate |
|
inline |
|
inlineprivate |
Implements Deveel.Data.IRequest.
|
inlineprivate |
Definition at line 85 of file Query.cs.
|
inlineprivate |
|
private |
|
getprivate set |
|
getprivate |
|
getprivate |
1.8.10