public class SetOperationList extends Select
| Modifier and Type | Class and Description |
|---|---|
static class |
SetOperationList.SetOperationType |
| Constructor and Description |
|---|
SetOperationList() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(SelectVisitor selectVisitor) |
SetOperationList |
addOperations(Collection<? extends SetOperation> operationList) |
SetOperationList |
addOperations(SetOperation... operationList) |
SetOperationList |
addSelects(Collection<? extends Select> selects) |
SetOperationList |
addSelects(Select... selects) |
StringBuilder |
appendSelectBodyTo(StringBuilder builder) |
SetOperation |
getOperation(int index) |
List<SetOperation> |
getOperations() |
List<OrderByElement> |
getOrderByElements() |
Select |
getSelect(int index) |
List<Select> |
getSelects() |
void |
setBracketsOpsAndSelects(List<Select> select,
List<SetOperation> ops) |
void |
setOperations(List<SetOperation> operations) |
void |
setOrderByElements(List<OrderByElement> orderByElements) |
void |
setSelects(List<Select> selects) |
SetOperationList |
withOperations(List<SetOperation> operationList) |
SetOperationList |
withSelects(List<Select> selects) |
accept, accept, addOrderByElements, addOrderByElements, addWithItemsList, addWithItemsList, appendStringListTo, appendTo, as, getFetch, getForClause, getFormattedList, getFormattedList, getIsolation, getLimit, getLimitBy, getOffset, getPlainSelect, getSelectBody, getSetOperationList, getStringList, getStringList, getValues, getWithItemsList, isOracleSiblings, orderByToString, orderByToString, setFetch, setForClause, setIsolation, setLimit, setLimitBy, setOffset, setOracleSiblings, setWithItemsList, toString, withFetch, withIsolation, withLimit, withLimitBy, withOffset, withOracleSiblings, withOrderByElements, withWithItemsListpublic void accept(SelectVisitor selectVisitor)
public List<OrderByElement> getOrderByElements()
getOrderByElements in class Selectpublic Select getSelect(int index)
public void setOperations(List<SetOperation> operations)
public List<SetOperation> getOperations()
public SetOperation getOperation(int index)
public void setOrderByElements(List<OrderByElement> orderByElements)
setOrderByElements in class Selectpublic void setBracketsOpsAndSelects(List<Select> select, List<SetOperation> ops)
public StringBuilder appendSelectBodyTo(StringBuilder builder)
appendSelectBodyTo in class Selectpublic SetOperationList withOperations(List<SetOperation> operationList)
public SetOperationList withSelects(List<Select> selects)
public SetOperationList addSelects(Select... selects)
public SetOperationList addSelects(Collection<? extends Select> selects)
public SetOperationList addOperations(SetOperation... operationList)
public SetOperationList addOperations(Collection<? extends SetOperation> operationList)
Copyright © 2004–2023 JSQLParser. All rights reserved.