Uses of Interface
org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection.ISQLSelection

Packages that use ISQLSelection
org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection   
 

Uses of ISQLSelection in org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection
 

Classes in org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection that implement ISQLSelection
 class BlankLineSelection
          Select the text between the blank lines before and after current cursor position.
 class CurrentLineSelection
          Get the line text where the cursor place.
 class DelimeterSelection
          Get the text between the delimiters before and after current cursor position.
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection that return ISQLSelection
 ISQLSelection SQLSelectionFactory.getSQLSelection(SQLEditor editor)