Uses of Interface
net.esper.eql.spec.StreamSpecRaw

Packages that use StreamSpecRaw
net.esper.eql.spec Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of StreamSpecRaw in net.esper.eql.spec
 

Classes in net.esper.eql.spec that implement StreamSpecRaw
 class DBStatementStreamSpec
          Specification object for historical data poll via database SQL statement.
 class FilterStreamSpecRaw
          Unvalided filter-based stream specification.
 class PatternStreamSpecRaw
          Pattern specification in unvalidated, unoptimized form.
 

Methods in net.esper.eql.spec that return types with arguments of type StreamSpecRaw
 List<StreamSpecRaw> StatementSpecRaw.getStreamSpecs()
          Returns the FROM-clause stream definitions.