Package org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection

Interface Summary
ISQLSelection Text selection policy interface
 

Class Summary
BlankLineSelection Select the text between the blank lines before and after current cursor position.
CurrentLineSelection Get the line text where the cursor place.
DelimeterSelection Get the text between the delimiters before and after current cursor position.
SQLSelectionFactory This is the factory to get text selection policy for executing "execute selected text" action without selection text.