![]() | SubqueryInExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class SubqueryInExpression : ExpressionBase
The SubqueryInExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | SubqueryInExpression |
Ctor.
|
![]() | SubqueryInExpression(EPStatementObjectModel, Boolean) |
Ctor - for use to create an expression tree, without child expression.
|
![]() | SubqueryInExpression(Expression, EPStatementObjectModel, 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.) |
![]() | IsNotIn |
Returns true for not-in, or false for in-lookup.
|
![]() | Model |
Returns the lookup statement object model.
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetModel |
Sets the lookup statement object model.
|
![]() | SetNotIn |
Set to true for not-in, or false for in-lookup.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |