|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectClauseElement | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of SelectClauseElement in com.espertech.esper.client.soda |
---|
Classes in com.espertech.esper.client.soda that implement SelectClauseElement | |
---|---|
class |
SelectClauseExpression
Part of a select-clause to describe individual select-clause expressions. |
class |
SelectClauseStreamWildcard
For use in a select clause, this element in a select clause defines that for a given stream we want to select the underlying type. |
class |
SelectClauseWildcard
Represents a wildcard in the select-clause. |
Methods in com.espertech.esper.client.soda that return types with arguments of type SelectClauseElement | |
---|---|
List<SelectClauseElement> |
SelectClause.getSelectList()
Returns the list of expressions in the select clause. |
Method parameters in com.espertech.esper.client.soda with type arguments of type SelectClauseElement | |
---|---|
void |
SelectClause.setSelectList(List<SelectClauseElement> selectList)
Sets the list of expressions in the select clause. |
Constructor parameters in com.espertech.esper.client.soda with type arguments of type SelectClauseElement | |
---|---|
SelectClause(StreamSelector streamSelector,
List<SelectClauseElement> selectList)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |