public class SetOperationList extends Object implements SelectBody
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SetOperationList.SetOperationType |
| 构造器和说明 |
|---|
SetOperationList() |
public void accept(SelectVisitor selectVisitor)
accept 在接口中 SelectBodypublic List<OrderByElement> getOrderByElements()
public List<SelectBody> getSelects()
public void setSelects(List<SelectBody> selects)
public void setOperations(List<SetOperation> operations)
public List<SetOperation> getOperations()
public void setOrderByElements(List<OrderByElement> orderByElements)
public void setBracketsOpsAndSelects(List<Boolean> brackets, List<SelectBody> select, List<SetOperation> ops)
public Limit getLimit()
public void setLimit(Limit limit)
public Offset getOffset()
public void setOffset(Offset offset)
public Fetch getFetch()
public void setFetch(Fetch fetch)
public WithIsolation getWithIsolation()
public void setWithIsolation(WithIsolation withIsolation)
public SetOperationList withOperations(List<SetOperation> operationList)
public SetOperationList withSelects(List<SelectBody> selects)
public SetOperationList withBrackets(List<Boolean> brackets)
public SetOperationList withOrderByElements(List<OrderByElement> orderByElements)
public SetOperationList withLimit(Limit limit)
public SetOperationList withOffset(Offset offset)
public SetOperationList withFetch(Fetch fetch)
public SetOperationList addSelects(SelectBody... selects)
public SetOperationList addSelects(Collection<? extends SelectBody> selects)
public SetOperationList addOperations(SetOperation... operationList)
public SetOperationList addOperations(Collection<? extends SetOperation> operationList)
public SetOperationList addBrackets(Boolean... brackets)
public SetOperationList addBrackets(Collection<Boolean> brackets)
public SetOperationList addOrderByElements(OrderByElement... orderByElements)
public SetOperationList addOrderByElements(Collection<? extends OrderByElement> orderByElements)
Copyright © 2026. All rights reserved.