Uses of Package
org.eclipse.datatools.sqltools.plan

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

Classes in org.eclipse.datatools.sqltools.plan used by org.eclipse.datatools.sqltools.plan
EPVFacade
          The facade of EPV (SQL Execution Plan View).
IExecutionPlanDocument
          This is the model for drawing purpose.
IPlanDrawer
          Class that implements this interface can draw a sub-execution plan on a Canvas.
IPlanParser
          Parse the execution plan from raw data to modeled data --- IExecutionPlanDocument, then IPlanDrawer will draw it on a Canvas
PlanRequest
          Start point to use EPV (SQL Execution Plan View), every time when the consumer needs to display an execution plan on EPV, it must construct an instance of PlanRequest first.
 

Classes in org.eclipse.datatools.sqltools.plan used by org.eclipse.datatools.sqltools.plan.treeplan
AbstractPlanDrawer
          Consumers of Execution Plan View can extend this class intead of implementing IPlanDrawer from scratch.
IExecutionPlanDocument
          This is the model for drawing purpose.
IPlanDrawer
          Class that implements this interface can draw a sub-execution plan on a Canvas.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.