| 构造器和说明 |
|---|
Select() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2026. All rights reserved.