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

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

Uses of FromClause in net.esper.client.soda
 

Methods in net.esper.client.soda that return FromClause
 FromClause FromClause.add(OuterJoinQualifier outerJoinQualifier)
          Adds an outer join descriptor that defines how the streams are related via outer joins.
 FromClause FromClause.add(Stream stream)
          Adds a stream.
static FromClause FromClause.create()
          Creates an empty from-clause to which one adds streams via the add methods.
static FromClause FromClause.create(Stream... streams)
          Creates a from clause that selects from a single stream.
static FromClause FromClause.create(Stream stream, OuterJoinQualifier outerJoinQualifier, Stream streamSecond)
          Creates a from-clause that lists 2 projected streams joined via outer join.
 FromClause EPStatementObjectModel.getFromClause()
          Return the from-clause.
 

Methods in net.esper.client.soda with parameters of type FromClause
 EPStatementObjectModel EPStatementObjectModel.setFromClause(FromClause fromClause)
          Specify a from-clause.
 


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