|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlanRequest | |
org.eclipse.datatools.sqltools.plan |
Uses of PlanRequest in org.eclipse.datatools.sqltools.plan |
Methods in org.eclipse.datatools.sqltools.plan with parameters of type PlanRequest | |
boolean |
EPVFacade.createNewPlanInstance(PlanRequest request)
Creates an instance of execution plan, to display an execution plan on EPV, consumers must create a new plan instance first |
void |
EPVFacade.planFailed(PlanRequest request,
java.lang.Throwable th)
Informs the EPV that error occurs when getting the execution plan from the data server. |
void |
EPVFacade.planGenerated(PlanRequest request,
java.lang.String rawPlan)
Informs the EPV that the plan raw data of the given plan request is successfully generated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |