Class ParenthesedSelect
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.statement.select.Select
net.sf.jsqlparser.statement.select.ParenthesedSelect
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
,FromItem
,Statement
- Direct Known Subclasses:
LateralSubSelect
,WithItem
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Alias
(package private) Pivot
(package private) Select
(package private) UnPivot
Fields inherited from class net.sf.jsqlparser.statement.select.Select
fetch, forClause, isolation, limit, limitBy, offset, oracleSiblings, orderByElements, withItemsList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(FromItemVisitor fromItemVisitor) void
accept
(SelectVisitor selectVisitor) appendSelectBodyTo
(StringBuilder builder) getAlias()
getPivot()
void
void
void
void
setUnPivot
(UnPivot unPivot) withSelect
(Select selectBody) 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, getOrderByElements, getSelectBody, getStringList, getStringList, getWithItemsList, isOracleSiblings, orderByToString, orderByToString, setFetch, setForClause, setIsolation, setLimit, setLimitBy, setOffset, setOracleSiblings, setOrderByElements, 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
Methods inherited from interface net.sf.jsqlparser.statement.select.FromItem
withPivot, withUnPivot
-
Field Details
-
Constructor Details
-
ParenthesedSelect
public ParenthesedSelect()
-
-
Method Details
-
getAlias
-
setAlias
-
withAlias
-
getPivot
-
setPivot
-
getUnPivot
- Specified by:
getUnPivot
in interfaceFromItem
-
setUnPivot
- Specified by:
setUnPivot
in interfaceFromItem
-
getSelect
-
getValues
-
getPlainSelect
- Overrides:
getPlainSelect
in classSelect
-
getSetOperationList
- Overrides:
getSetOperationList
in classSelect
-
setSelect
-
withSelect
-
accept
-
accept
-
appendSelectBodyTo
- Specified by:
appendSelectBodyTo
in classSelect
-