C# Class Deveel.Data.Query

The default implementation of a IQuery
This object is also a IEventSource that means all events and errors fired at the query level with have this as IEvent.EventSource.
Inheritance: Deveel.Data.Diagnostics.EventSource, IQuery, IProvidesDirectAccess
Mostrar archivo Open project: deveel/deveeldb

Private Properties

Property Type Description
Dispose void
Query System
Query System

Public Methods

Method Description
CreateBlock ( ) : IBlock
Dispose ( ) : void

Protected Methods

Method Description
GetMetadata ( object>.Dictionary metadata ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
Query ( ISession session ) : System
Query ( ISession session, Deveel.Data.Sql.SqlQuery sourceQuery ) : System

Method Details

CreateBlock() public method

public CreateBlock ( ) : IBlock
return IBlock

Dispose() public method

public Dispose ( ) : void
return void

GetMetadata() protected method

protected GetMetadata ( object>.Dictionary metadata ) : void
metadata object>.Dictionary
return void