public interface Subquery extends Value
Modifier and Type | Method and Description |
---|---|
String |
getCandidateAlias()
Return the candidate alias for this subquery.
|
Object |
getSelect() |
String |
getSubqAlias() |
void |
setQueryExpressions(QueryExpressions query)
Set the parsed subquery.
|
void |
setSubqAlias(String subqAlias) |
acceptVisit, getAlias, getMetaData, getName, getPath, getSelectAs, getType, isAggregate, isVariable, isXPath, setAlias, setImplicitType, setMetaData
String getCandidateAlias()
void setSubqAlias(String subqAlias)
String getSubqAlias()
void setQueryExpressions(QueryExpressions query)
Object getSelect()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.