|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.SelectClauseSpecCompiled
public class SelectClauseSpecCompiled
Encapsulates the parsed select expressions in a select-clause in an EPL statement.
Constructor Summary | |
---|---|
SelectClauseSpecCompiled(boolean isDistinct)
Ctor. |
|
SelectClauseSpecCompiled(SelectClauseElementCompiled[] selectList,
boolean isDistinct)
Ctor. |
Method Summary | |
---|---|
SelectClauseElementCompiled[] |
getSelectExprList()
Returns the list of select expressions. |
boolean |
isDistinct()
Returns indictor whether distinct or not. |
boolean |
isUsingWildcard()
Returns true if the select clause contains at least one wildcard. |
void |
setSelectExprList(SelectClauseElementWildcard selectClauseElement)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectClauseSpecCompiled(boolean isDistinct)
isDistinct
- indicates distinct or notpublic SelectClauseSpecCompiled(SelectClauseElementCompiled[] selectList, boolean isDistinct)
selectList
- for a populates list of select expressionsisDistinct
- indicates distinct or notMethod Detail |
---|
public void setSelectExprList(SelectClauseElementWildcard selectClauseElement)
public SelectClauseElementCompiled[] getSelectExprList()
public boolean isUsingWildcard()
public boolean isDistinct()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |