Uses of Interface
com.espertech.esper.client.soda.SelectClauseElement

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
 java.util.List<SelectClauseElement> SelectClause.getSelectList()
          Returns the list of expressions in the select clause.
 java.util.List<SelectClauseElement> OnMergeMatchedInsertAction.getSelectList()
          Returns the select expressions.
 

Method parameters in com.espertech.esper.client.soda with type arguments of type SelectClauseElement
 void SelectClause.addElements(java.util.List<SelectClauseElement> selectClauseElements)
          Add a select expression element.
 void SelectClause.setSelectList(java.util.List<SelectClauseElement> selectList)
          Sets the list of expressions in the select clause.
 void OnMergeMatchedInsertAction.setSelectList(java.util.List<SelectClauseElement> selectList)
          Sets the select expressions.
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type SelectClauseElement
OnMergeMatchedInsertAction(java.util.List<java.lang.String> columnNames, java.util.List<SelectClauseElement> selectList, Expression whereClause, java.lang.String optionalStreamName)
          Ctor.
SelectClause(StreamSelector streamSelector, java.util.List<SelectClauseElement> selectList)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com