| Constructor and Description |
|---|
Select() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
Select |
addWithItemsList(Collection<? extends WithItem> withItemsList) |
Select |
addWithItemsList(WithItem... withItemsList) |
SelectBody |
getSelectBody() |
<E extends SelectBody> |
getSelectBody(Class<E> type) |
List<WithItem> |
getWithItemsList() |
void |
setSelectBody(SelectBody body) |
void |
setWithItemsList(List<WithItem> withItemsList) |
String |
toString() |
Select |
withSelectBody(SelectBody body) |
Select |
withWithItemsList(List<WithItem> withItemsList) |
public void accept(StatementVisitor statementVisitor)
public SelectBody getSelectBody()
public Select withSelectBody(SelectBody body)
public void setSelectBody(SelectBody body)
public <E extends SelectBody> E getSelectBody(Class<E> type)
public Select addWithItemsList(Collection<? extends WithItem> withItemsList)
Copyright © 2004–2021 JSQLParser. All rights reserved.