![]() | LikeExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class LikeExpression : ExpressionBase
The LikeExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | LikeExpression |
Ctor - for use to create an expression tree, without child expression.
Use add methods to add child expressions to acts upon.
|
![]() | LikeExpression(Boolean) |
Ctor - for use to create an expression tree, without child expression.
Use add methods to add child expressions to acts upon.
|
![]() | LikeExpression(Expression, Expression) |
Ctor.
|
![]() | LikeExpression(Expression, Expression, Expression) |
Ctor.
|
![]() | LikeExpression(Expression, Expression, Boolean) |
Ctor.
|
![]() | LikeExpression(Expression, Expression, Expression, Boolean) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | IsNot |
Returns true if this is a "not like", or false if just a like
|
![]() | Not |
Returns true if this is a "not like", or false if just a like
|
![]() | 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 | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |