public class LateralSubSelect extends ParenthesedSelect
| Constructor and Description |
|---|
LateralSubSelect() |
LateralSubSelect(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(FromItemVisitor fromItemVisitor) |
void |
accept(SelectVisitor selectVisitor) |
String |
getPrefix() |
void |
setPrefix(String prefix) |
String |
toString() |
LateralSubSelect |
withPrefix(String prefix) |
LateralSubSelect |
withSelect(Select select) |
appendSelectBodyTo, getAlias, getPivot, getPlainSelect, getSelect, getSetOperationList, getUnPivot, getValues, setAlias, setPivot, setSelect, setUnPivot, withAliasaccept, 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, withFetch, withIsolation, withLimit, withLimitBy, withOffset, withOracleSiblings, withOrderByElements, withWithItemsListclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwithPivot, withUnPivotpublic LateralSubSelect()
public LateralSubSelect(String prefix)
public String getPrefix()
public void setPrefix(String prefix)
public LateralSubSelect withPrefix(String prefix)
public LateralSubSelect withSelect(Select select)
withSelect in class ParenthesedSelectpublic void accept(SelectVisitor selectVisitor)
accept in class ParenthesedSelectpublic void accept(FromItemVisitor fromItemVisitor)
accept in interface FromItemaccept in class ParenthesedSelectCopyright © 2004–2023 JSQLParser. All rights reserved.