![]() | SelectClauseExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class SelectClauseExpression : SelectClauseElement
The SelectClauseExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | SelectClauseExpression | Ctor. |
![]() | SelectClauseExpression(Expression) | Ctor. |
![]() | SelectClauseExpression(Expression, String) | Ctor. |
Name | Description | |
---|---|---|
![]() | AsName | Returns the optional "as"-name of the expression, or null if not defined |
![]() | Expression | Returns the selection expression. |
![]() | IsAnnotatedByEventFlag | Returns indicator whether annotated as "@eventbean" |
Name | Description | |
---|---|---|
![]() | ToEPLElement | Renders the element in textual representation. |
Name | Description | |
---|---|---|
![]() | ToEPL |
Converts the element to a string.
(Defined by SelectClauseElementExtension.) |