public class SetOperationList extends Object implements SelectBody
| Modifier and Type | Class and Description |
|---|---|
static class |
SetOperationList.SetOperationType |
| Constructor and Description |
|---|
SetOperationList() |
public void accept(SelectVisitor selectVisitor)
accept in interface 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 © 2004–2022 JSQLParser. All rights reserved.