Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
BitwiseOpExpression |
BitwiseOpExpression.add(Expression expression)
Add an expression to the expression.
|
BitwiseOpExpression |
BitwiseOpExpression.add(Object object)
Add a constant to the expression.
|
BitwiseOpExpression |
BitwiseOpExpression.add(String property)
Add a property to the expression.
|
static BitwiseOpExpression |
Expressions.binaryAnd()
Bitwise (binary) AND.
|
static BitwiseOpExpression |
Expressions.binaryOr()
Bitwise (binary) OR.
|
static BitwiseOpExpression |
Expressions.binaryXor()
Bitwise (binary) XOR.
|