C# 클래스 Deveel.Data.Sql.Query.SingleQueryPlanNode

A IQueryPlanNode with a single child.
상속: IQueryPlanNode
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
Evaluate ( IRequest context ) : ITable

보호된 메소드들

메소드 설명
GetData ( SerializationInfo info, StreamingContext context ) : void
ISerializable ( SerializationInfo info, StreamingContext context ) : void
SingleQueryPlanNode ( IQueryPlanNode child ) : System
SingleQueryPlanNode ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

Evaluate() 공개 추상적인 메소드

public abstract Evaluate ( IRequest context ) : ITable
context IRequest
리턴 ITable

GetData() 보호된 메소드

protected GetData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
리턴 void

ISerializable() 보호된 메소드

protected ISerializable ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
리턴 void

SingleQueryPlanNode() 보호된 메소드

protected SingleQueryPlanNode ( IQueryPlanNode child ) : System
child IQueryPlanNode
리턴 System

SingleQueryPlanNode() 보호된 메소드

protected SingleQueryPlanNode ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System