Class SetOperationList
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.statement.select.Select
net.sf.jsqlparser.statement.select.SetOperationList
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
,Statement
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class net.sf.jsqlparser.statement.select.Select
fetch, forClause, isolation, limit, limitBy, offset, oracleSiblings, withItemsList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(SelectVisitor selectVisitor) addOperations
(Collection<? extends SetOperation> operationList) addOperations
(SetOperation... operationList) addSelects
(Collection<? extends Select> selects) addSelects
(Select... selects) appendSelectBodyTo
(StringBuilder builder) getOperation
(int index) getSelect
(int index) void
setBracketsOpsAndSelects
(List<Select> select, List<SetOperation> ops) void
setOperations
(List<SetOperation> operations) void
setOrderByElements
(List<OrderByElement> orderByElements) void
setSelects
(List<Select> selects) withOperations
(List<SetOperation> operationList) withSelects
(List<Select> selects) Methods inherited from class net.sf.jsqlparser.statement.select.Select
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, withWithItemsList
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
selects
-
operations
-
orderByElements
-
-
Constructor Details
-
SetOperationList
public SetOperationList()
-
-
Method Details
-
accept
-
getOrderByElements
- Overrides:
getOrderByElements
in classSelect
-
getSelects
-
getSelect
-
setSelects
-
setOperations
-
getOperations
-
getOperation
-
setOrderByElements
- Overrides:
setOrderByElements
in classSelect
-
setBracketsOpsAndSelects
-
appendSelectBodyTo
- Specified by:
appendSelectBodyTo
in classSelect
-
withOperations
-
withSelects
-
addSelects
-
addSelects
-
addOperations
-
addOperations
-