|
||||||||||
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. |
List<SelectClauseElementRaw> |
getSelectExprList()
Returns the list of select expressions. |
boolean |
isUsingWildcard()
Returns true if the select clause contains at least one wildcard. |
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 List<SelectClauseElementRaw> getSelectExprList()
public boolean isUsingWildcard()
|
© 2007 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 |