Uses of Interface
org.eclipse.datatools.sqltools.plan.IExecutionPlanDocument

Packages that use IExecutionPlanDocument
org.eclipse.datatools.sqltools.plan   
org.eclipse.datatools.sqltools.plan.treeplan   
 

Uses of IExecutionPlanDocument in org.eclipse.datatools.sqltools.plan
 

Methods in org.eclipse.datatools.sqltools.plan that return IExecutionPlanDocument
 IExecutionPlanDocument[] IPlanParser.parsePlan(java.lang.String rawPlan)
          Parses the raw data of execution plan to IExecutionPlanDocument array
 

Methods in org.eclipse.datatools.sqltools.plan with parameters of type IExecutionPlanDocument
abstract  void AbstractPlanDrawer.drawPlan(IExecutionPlanDocument planDoc)
           
 void IPlanDrawer.drawPlan(IExecutionPlanDocument document)
          Draws the given execution plan
 

Uses of IExecutionPlanDocument in org.eclipse.datatools.sqltools.plan.treeplan
 

Classes in org.eclipse.datatools.sqltools.plan.treeplan that implement IExecutionPlanDocument
 class TreeExecutionPlanDocument
          This is the model for tree-structure graphic execution plan.
 

Methods in org.eclipse.datatools.sqltools.plan.treeplan with parameters of type IExecutionPlanDocument
 void TreePlanDrawer.drawPlan(IExecutionPlanDocument planDoc)