Click or drag to resize

SubqueryInExpression Class

In-expression for a set of values returned by a lookup.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaExpressionBase
    com.espertech.esper.common.client.sodaSubqueryInExpression

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

The SubqueryInExpression type exposes the following members.

Constructors
  NameDescription
Public methodSubqueryInExpression
Ctor.
Public methodSubqueryInExpression(EPStatementObjectModel, Boolean)
Ctor - for use to create an expression tree, without child expression.
Public methodSubqueryInExpression(Expression, EPStatementObjectModel, Boolean)
Ctor - for use to create an expression tree, without child expression.
Top
Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyIsNotIn
Returns true for not-in, or false for in-lookup.
Public propertyModel
Returns the lookup statement object model.
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 methodSetModel
Sets the lookup statement object model.
Public methodSetNotIn
Set to true for not-in, or false for in-lookup.
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also