Uses of Class
net.esper.client.soda.SelectClauseElement

Packages that use SelectClauseElement
net.esper.client.soda This package defines the Esper statement object model. 
 

Uses of SelectClauseElement in net.esper.client.soda
 

Methods in net.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 net.esper.client.soda with type arguments of type SelectClauseElement
 void SelectClause.setSelectList(List<SelectClauseElement> selectList)
          Sets the list of expressions in the select clause.