Constructor and Description |
---|
Select() |
Modifier and Type | Method and Description |
---|---|
void |
accept(StatementVisitor statementVisitor) |
SelectBody |
getSelectBody() |
List<WithItem> |
getWithItemsList() |
void |
setSelectBody(SelectBody body) |
void |
setWithItemsList(List<WithItem> withItemsList) |
String |
toString() |
public void accept(StatementVisitor statementVisitor)
public SelectBody getSelectBody()
public void setSelectBody(SelectBody body)
Copyright © 2013. All Rights Reserved.