Uses of Interface
com.espertech.esper.common.client.soda.SelectClauseElement
Package
Description
This package defines the Esper statement object model.
-
Uses of SelectClauseElement in com.espertech.esper.common.client.soda
Modifier and TypeClassDescriptionclass
Part of a select-clause to describe individual select-clause expressions.class
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
Represents a wildcard in the select-clause.Modifier and TypeMethodDescriptionOnMergeMatchedInsertAction.getSelectList()
Returns the select expressions.SelectClause.getSelectList()
Returns the list of expressions in the select clause.Modifier and TypeMethodDescriptionvoid
SelectClause.addElements
(List<SelectClauseElement> selectClauseElements) Add a select expression element.void
OnMergeMatchedInsertAction.setSelectList
(List<SelectClauseElement> selectList) Sets the select expressions.void
SelectClause.setSelectList
(List<SelectClauseElement> selectList) Sets the list of expressions in the select clause.ModifierConstructorDescriptionprotected
SelectClause
(StreamSelector streamSelector, List<SelectClauseElement> selectList) Ctor.