Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Junction |
Junction.add(Expression expression)
Expression to add to the conjunction (AND) or disjunction (OR).
|
Junction |
Junction.add(String propertyName)
Property to add to the conjunction (AND) or disjunction (OR).
|