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

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

public class CurrentLineSelection
extends java.lang.Object
implements ISQLSelection

Get the line text where the cursor place.

Author:
sul

Constructor Summary
CurrentLineSelection(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

CurrentLineSelection

public CurrentLineSelection(SQLEditor editor)
Method Detail

getStatements

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