C# 클래스 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.
상속: Deveel.Data.Diagnostics.EventSource, IQuery, IProvidesDirectAccess
파일 보기 프로젝트 열기: deveel/deveeldb

Private Properties

프로퍼티 타입 설명
Dispose void
Query System
Query System

공개 메소드들

메소드 설명
CreateBlock ( ) : IBlock
Dispose ( ) : void

보호된 메소드들

메소드 설명
GetMetadata ( object>.Dictionary metadata ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Query ( ISession session ) : System
Query ( ISession session, Deveel.Data.Sql.SqlQuery sourceQuery ) : System

메소드 상세

CreateBlock() 공개 메소드

public CreateBlock ( ) : IBlock
리턴 IBlock

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetMetadata() 보호된 메소드

protected GetMetadata ( object>.Dictionary metadata ) : void
metadata object>.Dictionary
리턴 void