|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OuterJoinQualifier | |
---|---|
net.esper.client.soda | This package defines the Esper statement object model. |
Uses of OuterJoinQualifier in net.esper.client.soda |
---|
Methods in net.esper.client.soda that return OuterJoinQualifier | |
---|---|
OuterJoinQualifier |
OuterJoinQualifier.add(String propertyLeft,
String propertyRight)
Add additional properties to the on-clause, which are logical-and to existing properties |
static OuterJoinQualifier |
OuterJoinQualifier.create(String propertyLeft,
OuterJoinType type,
String propertyRight)
Creates qualifier. |
Methods in net.esper.client.soda that return types with arguments of type OuterJoinQualifier | |
---|---|
List<OuterJoinQualifier> |
FromClause.getOuterJoinQualifiers()
Returns the outer join descriptors, if this is an outer join, or an empty list if none of the streams are outer joined. |
Methods in net.esper.client.soda with parameters of type OuterJoinQualifier | |
---|---|
FromClause |
FromClause.add(OuterJoinQualifier outerJoinQualifier)
Adds an outer join descriptor that defines how the streams are related via outer joins. |
static FromClause |
FromClause.create(Stream stream,
OuterJoinQualifier outerJoinQualifier,
Stream streamSecond)
Creates a from-clause that lists 2 projected streams joined via outer join. |
Constructors in net.esper.client.soda with parameters of type OuterJoinQualifier | |
---|---|
FromClause(Stream streamOne,
OuterJoinQualifier outerJoinQualifier,
Stream streamTwo)
Ctor for an outer join between two streams. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |