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

파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
AsBinary ( this planNode ) : SqlBinary
DiscoverAccessedResources ( this node ) : IList
DiscoverAccessedResources ( this node, QueryAccessedResource>.IDictionary accessedResources ) : IList
DiscoverQueryReferences ( this node, int level ) : IList
DiscoverQueryReferences ( this node, int level, IList references ) : IList

메소드 상세

AsBinary() 공개 정적인 메소드

public static AsBinary ( this planNode ) : SqlBinary
planNode this
리턴 SqlBinary

DiscoverAccessedResources() 공개 정적인 메소드

public static DiscoverAccessedResources ( this node ) : IList
node this
리턴 IList

DiscoverAccessedResources() 공개 정적인 메소드

public static DiscoverAccessedResources ( this node, QueryAccessedResource>.IDictionary accessedResources ) : IList
node this
accessedResources QueryAccessedResource>.IDictionary
리턴 IList

DiscoverQueryReferences() 공개 정적인 메소드

public static DiscoverQueryReferences ( this node, int level ) : IList
node this
level int
리턴 IList

DiscoverQueryReferences() 공개 정적인 메소드

public static DiscoverQueryReferences ( this node, int level, IList references ) : IList
node this
level int
references IList
리턴 IList