org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection
Class BlankLineSelection

java.lang.Object
  extended by org.eclipse.datatools.sqltools.sqleditor.internal.actions.selection.BlankLineSelection
All Implemented Interfaces:
ISQLSelection

public class BlankLineSelection
extends java.lang.Object
implements ISQLSelection

Select the text between the blank lines before and after current cursor position.

Author:
sul

Constructor Summary
BlankLineSelection(SQLEditor editor)
           
 
Method Summary
 java.lang.String getStatements()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlankLineSelection

public BlankLineSelection(SQLEditor editor)
Method Detail

getStatements

public java.lang.String getStatements()
Specified by:
getStatements in interface ISQLSelection