net.sf.jsqlparser.statement.select
Class Select

java.lang.Object
  extended by net.sf.jsqlparser.statement.select.Select
All Implemented Interfaces:
Statement

public class Select
extends java.lang.Object
implements Statement


Field Summary
private  SelectBody selectBody
           
private  java.util.List withItemsList
           
 
Constructor Summary
Select()
           
 
Method Summary
 void accept(StatementVisitor statementVisitor)
           
 SelectBody getSelectBody()
           
 java.util.List getWithItemsList()
           
 void setSelectBody(SelectBody body)
           
 void setWithItemsList(java.util.List withItemsList)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

selectBody

private SelectBody selectBody

withItemsList

private java.util.List withItemsList
Constructor Detail

Select

public Select()
Method Detail

accept

public void accept(StatementVisitor statementVisitor)
Specified by:
accept in interface Statement

getSelectBody

public SelectBody getSelectBody()

setSelectBody

public void setSelectBody(SelectBody body)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getWithItemsList

public java.util.List getWithItemsList()

setWithItemsList

public void setWithItemsList(java.util.List withItemsList)