|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.SelectClauseSpecRaw
public class SelectClauseSpecRaw
Encapsulates the parsed select expressions in a select-clause in an EPL statement.
Constructor Summary | |
---|---|
SelectClauseSpecRaw()
Ctor. |
Method Summary | |
---|---|
void |
add(SelectClauseElementRaw element)
Adds an select expression within the select clause. |
void |
addAll(java.util.Collection<SelectClauseElementRaw> elements)
Adds select expressions within the select clause. |
java.util.List<SelectClauseElementRaw> |
getSelectExprList()
Returns the list of select expressions. |
boolean |
isDistinct()
Returns indictor whether distinct or not. |
boolean |
isOnlyWildcard()
|
boolean |
isUsingWildcard()
Returns true if the select clause contains at least one wildcard. |
void |
setDistinct(boolean distinct)
Sets the indictor whether distinct or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectClauseSpecRaw()
Method Detail |
---|
public void add(SelectClauseElementRaw element)
element
- is the expression to addpublic void addAll(java.util.Collection<SelectClauseElementRaw> elements)
elements
- is the expressions to addpublic java.util.List<SelectClauseElementRaw> getSelectExprList()
public boolean isOnlyWildcard()
public boolean isUsingWildcard()
public boolean isDistinct()
public void setDistinct(boolean distinct)
distinct
- indicator
|
© 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 |