public class ParenthesedSelect extends Select implements FromItem
| Constructor and Description |
|---|
ParenthesedSelect() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(FromItemVisitor fromItemVisitor) |
void |
accept(SelectVisitor selectVisitor) |
StringBuilder |
appendSelectBodyTo(StringBuilder builder) |
Alias |
getAlias() |
Pivot |
getPivot() |
PlainSelect |
getPlainSelect() |
Select |
getSelect() |
SetOperationList |
getSetOperationList() |
UnPivot |
getUnPivot() |
Values |
getValues() |
void |
setAlias(Alias alias) |
void |
setPivot(Pivot pivot) |
void |
setSelect(Select select) |
void |
setUnPivot(UnPivot unPivot) |
ParenthesedSelect |
withAlias(Alias alias) |
ParenthesedSelect |
withSelect(Select selectBody) |
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, withWithItemsListclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwithPivot, withUnPivotpublic ParenthesedSelect withAlias(Alias alias)
public UnPivot getUnPivot()
getUnPivot in interface FromItempublic void setUnPivot(UnPivot unPivot)
setUnPivot in interface FromItempublic Select getSelect()
public PlainSelect getPlainSelect()
getPlainSelect in class Selectpublic SetOperationList getSetOperationList()
getSetOperationList in class Selectpublic void setSelect(Select select)
public ParenthesedSelect withSelect(Select selectBody)
public void accept(SelectVisitor selectVisitor)
public void accept(FromItemVisitor fromItemVisitor)
public StringBuilder appendSelectBodyTo(StringBuilder builder)
appendSelectBodyTo in class SelectCopyright © 2004–2024 JSQLParser. All rights reserved.