![]() | SubqueryQualifiedExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class SubqueryQualifiedExpression : ExpressionBase
The SubqueryQualifiedExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | SubqueryQualifiedExpression |
Ctor.
|
![]() | SubqueryQualifiedExpression(EPStatementObjectModel, String, Boolean) |
Ctor - for use to create an expression tree, without child expression.
|
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | IsAll |
Returns true for ALL, false for ANY.
|
![]() | Model |
Returns the lookup statement object model.
|
![]() | Operator |
Returns the operator.
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetAll |
Set to true for ALL, false for ANY.
|
![]() | SetModel |
Sets the lookup statement object model.
|
![]() | SetOperator |
Sets the operator.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |