Class LateralSubSelect
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.statement.select.Select
net.sf.jsqlparser.statement.select.ParenthesedSelect
net.sf.jsqlparser.statement.select.LateralSubSelect
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
,FromItem
,Statement
lateral sub select
- See Also:
-
Field Summary
FieldsFields inherited from class net.sf.jsqlparser.statement.select.ParenthesedSelect
alias, pivot, select, 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) void
toString()
withPrefix
(String prefix) withSelect
(Select select) Methods inherited from class net.sf.jsqlparser.statement.select.ParenthesedSelect
appendSelectBodyTo, getAlias, getPivot, getPlainSelect, getSelect, getSetOperationList, getUnPivot, getValues, setAlias, setPivot, setSelect, setUnPivot, withAlias
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, 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
-
prefix
-
-
Constructor Details
-
LateralSubSelect
public LateralSubSelect() -
LateralSubSelect
-
-
Method Details
-
getPrefix
-
setPrefix
-
withPrefix
-
withSelect
- Overrides:
withSelect
in classParenthesedSelect
-
toString
-
accept
- Overrides:
accept
in classParenthesedSelect
-
accept
- Specified by:
accept
in interfaceFromItem
- Overrides:
accept
in classParenthesedSelect
-