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
Afficher le fichier Open project: deveel/deveeldb

Private Properties

Свойство Type Description
Dispose void
Query System
Query System

Méthodes publiques

Méthode Description
CreateBlock ( ) : IBlock
Dispose ( ) : void

Méthodes protégées

Méthode Description
GetMetadata ( object>.Dictionary metadata ) : void

Private Methods

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

Method Details

CreateBlock() public méthode

public CreateBlock ( ) : IBlock
Résultat IBlock

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetMetadata() protected méthode

protected GetMetadata ( object>.Dictionary metadata ) : void
metadata object>.Dictionary
Résultat void