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

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

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

Classes in org.eclipse.datatools.sqltools.plan that implement IPlanOption
 class PlanOption
          A default implementation of IPlanOption, the vendor should implement IPlanOption from scratch
 

Methods in org.eclipse.datatools.sqltools.plan that return IPlanOption
 IPlanOption IPlanService.getPlanOption()
          Return a IPlanOption object which defines the query plan options supported by the database.
 IPlanOption PlanService.getPlanOption()