|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Junction | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of Junction in com.espertech.esper.client.soda |
---|
Subclasses of Junction in com.espertech.esper.client.soda | |
---|---|
class |
Conjunction
Conjunction represents a logical AND allowing multiple sub-expressions to be connected by AND. |
class |
Disjunction
Disjunction represents a logical OR allowing multiple sub-expressions to be connected by OR. |
Methods in com.espertech.esper.client.soda that return Junction | |
---|---|
Junction |
Junction.add(Expression expression)
Expression to add to the conjunction (AND) or disjunction (OR). |
Junction |
Junction.add(java.lang.String propertyName)
Property to add to the conjunction (AND) or disjunction (OR). |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |