Interface IPlanDescriptor
- All Known Implementing Classes:
- PlanDescriptor
public interface IPlanDescriptor
Denotes an executable plan
- Since:
- 1.4
- 
Method Summary
- 
Method Details- 
getQueryPQuery getQuery()The query which this plan implements
- 
getPlanCollection<SearchPlanForBody> getPlan()The executable search plans for each body in the query- Since:
- 2.0
 
- 
getAdornmentSet<PParameter> getAdornment()The set of parameters this plan assumes to be bound
- 
getIteratedKeysThe collection ofIInputKeys which needs to be iterated during the execution of this plan. For optimal performance, instances of these keys might be indexed.
 
-