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
 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.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com