Click or drag to resize

LikeExpression Class

SQL-Like expression for matching '%' and '_' wildcard strings following SQL standards.
Inheritance Hierarchy

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class LikeExpression : ExpressionBase

The LikeExpression type exposes the following members.

Constructors
  NameDescription
Public methodLikeExpression
Ctor - for use to create an expression tree, without child expression.

Use add methods to add child expressions to acts upon.

Public methodLikeExpression(Boolean)
Ctor - for use to create an expression tree, without child expression.

Use add methods to add child expressions to acts upon.

Public methodLikeExpression(Expression, Expression)
Ctor.
Public methodLikeExpression(Expression, Expression, Expression)
Ctor.
Public methodLikeExpression(Expression, Expression, Boolean)
Ctor.
Public methodLikeExpression(Expression, Expression, Expression, Boolean)
Ctor.
Top
Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyIsNot
Returns true if this is a "not like", or false if just a like
Public propertyNot
Returns true if this is a "not like", or false if just a like
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
Methods
  NameDescription
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also