Click or drag to resize

SubqueryQualifiedExpression Class

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

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

The SubqueryQualifiedExpression type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyIsAll
Returns true for ALL, false for ANY.
Public propertyModel
Returns the lookup statement object model.
Public propertyOperator
Returns the operator.
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 methodSetAll
Set to true for ALL, false for ANY.
Public methodSetModel
Sets the lookup statement object model.
Public methodSetOperator
Sets the operator.
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also