public class Select extends Object implements Statement
| 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() |
boolean |
isUsingWithBrackets() |
void |
setSelectBody(SelectBody body) |
void |
setUsingWithBrackets(boolean useWithBrackets) |
void |
setWithItemsList(List<WithItem> withItemsList) |
String |
toString() |
Select |
withSelectBody(SelectBody body) |
Select |
withUsingWithBrackets(boolean useWithBrackets) |
Select |
withWithItemsList(List<WithItem> withItemsList) |
public void accept(StatementVisitor statementVisitor)
public SelectBody getSelectBody()
public Select withSelectBody(SelectBody body)
public void setSelectBody(SelectBody body)
public void setUsingWithBrackets(boolean useWithBrackets)
public Select withUsingWithBrackets(boolean useWithBrackets)
public boolean isUsingWithBrackets()
public <E extends SelectBody> E getSelectBody(Class<E> type)
public Select addWithItemsList(Collection<? extends WithItem> withItemsList)
Copyright © 2004–2023 JSQLParser. All rights reserved.