|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.SelectClauseExprCompiledSpec
public class SelectClauseExprCompiledSpec
Represents a single item in a SELECT-clause, with a name assigned either by the engine or by the user specifying an "as" tag name.
Constructor Summary | |
---|---|
SelectClauseExprCompiledSpec(ExprNode selectExpression,
java.lang.String assignedName,
java.lang.String providedName,
boolean isEvents)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getAssignedName()
Returns the name of the item in the select clause. |
java.lang.String |
getProvidedName()
|
ExprNode |
getSelectExpression()
Returns the expression node representing the item in the select clause. |
boolean |
isEvents()
|
void |
setAssignedName(java.lang.String assignedName)
Sets the column name for the select expression. |
void |
setEvents(boolean events)
|
void |
setSelectExpression(ExprNode selectExpression)
Sets the select expression to use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectClauseExprCompiledSpec(ExprNode selectExpression, java.lang.String assignedName, java.lang.String providedName, boolean isEvents)
selectExpression
- - the expression node to evaluate for matching eventsassignedName
- - cannot be null as a name is always assigned or
system-determinedMethod Detail |
---|
public ExprNode getSelectExpression()
public java.lang.String getAssignedName()
public void setSelectExpression(ExprNode selectExpression)
selectExpression
- to setpublic void setAssignedName(java.lang.String assignedName)
assignedName
- is the column namepublic java.lang.String getProvidedName()
public boolean isEvents()
public void setEvents(boolean events)
|
© 2006-2016 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 |