|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.SelectClauseExprRawSpec
public class SelectClauseExprRawSpec
Represents a single item in a SELECT-clause, potentially unnamed as no "as" tag may have been supplied in the syntax.
Compare to SelectClauseExprCompiledSpec
which carries a determined name.
Constructor Summary | |
---|---|
SelectClauseExprRawSpec(ExprNode selectExpression,
java.lang.String optionalAsName,
boolean isEvents)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getOptionalAsName()
Returns the name of the item in the select clause. |
ExprNode |
getSelectExpression()
Returns the expression node representing the item in the select clause. |
boolean |
isEvents()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectClauseExprRawSpec(ExprNode selectExpression, java.lang.String optionalAsName, boolean isEvents)
selectExpression
- - the expression node to evaluate for matching eventsoptionalAsName
- - the name of the item, null if not name suppliedMethod Detail |
---|
public ExprNode getSelectExpression()
public java.lang.String getOptionalAsName()
public boolean isEvents()
|
© 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 |