Uses of Class
org.eclipse.datatools.sqltools.result.internal.ui.view.ResultsView

Packages that use ResultsView
org.eclipse.datatools.sqltools.result.ui   
org.eclipse.datatools.sqltools.result.ui.view   
 

Uses of ResultsView in org.eclipse.datatools.sqltools.result.ui
 

Methods in org.eclipse.datatools.sqltools.result.ui that return ResultsView
static ResultsView ResultViewUIUtil.checkResultView()
          Checks if the SQL Results View is active, if not, create it and bring it to the top.
 

Uses of ResultsView in org.eclipse.datatools.sqltools.result.ui.view
 

Methods in org.eclipse.datatools.sqltools.result.ui.view that return ResultsView
 ResultsView ResultsViewControl.getView()
           
 

Constructors in org.eclipse.datatools.sqltools.result.ui.view with parameters of type ResultsView
ResultsViewControl(ResultsView resultsView)