![]() | BetweenExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class BetweenExpression : ExpressionBase
The BetweenExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | BetweenExpression |
Ctor.
|
![]() | BetweenExpression(Boolean, Boolean, Boolean) |
Ctor - for use to create an expression tree, without child expression.
Use add methods to add child expressions to acts upon.
|
![]() | BetweenExpression(Expression, Expression, Expression) |
Ctor, creates a between range check.
|
![]() | BetweenExpression(Expression, Expression, Expression, Boolean, Boolean, Boolean) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | IsHighEndpointIncluded |
True if the high endpoint is included.
|
![]() | IsLowEndpointIncluded |
True if the low endpoint is included.
|
![]() | IsNotBetween |
Returns true for not-between, or false for between range.
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL |
Renders the clause in textual representation.
(Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |