|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
void |
IPlanDrawer.drawPlan(IExecutionPlanDocument document)
Draws the given execution plan |
abstract void |
AbstractPlanDrawer.drawPlan(IExecutionPlanDocument planDoc)
|
| 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)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||