net.sf.jsqlparser.statement.select
Class Select
java.lang.Object
net.sf.jsqlparser.statement.select.Select
- All Implemented Interfaces:
- Statement
public class Select
- extends java.lang.Object
- implements Statement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
selectBody
private SelectBody selectBody
withItemsList
private java.util.List withItemsList
Select
public Select()
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)