Uses of Interface
com.espertech.esper.epl.spec.SelectClauseElementRaw

Packages that use SelectClauseElementRaw
com.espertech.esper.epl.spec Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of SelectClauseElementRaw in com.espertech.esper.epl.spec
 

Classes in com.espertech.esper.epl.spec that implement SelectClauseElementRaw
 class SelectClauseElementWildcard
          Represents a wildcard as a select clause element.
 class SelectClauseExprRawSpec
          Represents a single item in a SELECT-clause, potentially unnamed as no "as" tag may have been supplied in the syntax.
 class SelectClauseStreamRawSpec
          For use in select clauses for specifying a selected stream: select a.* from MyEvent as a, MyOther as b
 

Methods in com.espertech.esper.epl.spec that return types with arguments of type SelectClauseElementRaw
 java.util.List<SelectClauseElementRaw> OnTriggerMergeActionInsert.getSelectClause()
           
 java.util.List<SelectClauseElementRaw> SelectClauseSpecRaw.getSelectExprList()
          Returns the list of select expressions.
 

Methods in com.espertech.esper.epl.spec with parameters of type SelectClauseElementRaw
 void SelectClauseSpecRaw.add(SelectClauseElementRaw element)
          Adds an select expression within the select clause.
 

Method parameters in com.espertech.esper.epl.spec with type arguments of type SelectClauseElementRaw
 void SelectClauseSpecRaw.addAll(java.util.Collection<SelectClauseElementRaw> elements)
          Adds select expressions within the select clause.
 

Constructor parameters in com.espertech.esper.epl.spec with type arguments of type SelectClauseElementRaw
OnTriggerMergeActionInsert(ExprNode optionalWhereClause, java.lang.String optionalStreamName, java.util.List<java.lang.String> columns, java.util.List<SelectClauseElementRaw> selectClause)
           
 


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