![]() | ScriptExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class ScriptExpression
The ScriptExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | ScriptExpression | Ctor. |
![]() | ScriptExpression(String, IListT, Void, String, String) | Initializes a new instance of the ScriptExpression class |
![]() | ScriptExpression(String, IListT, Void, String, String, String) | Initializes a new instance of the ScriptExpression class |
Name | Description | |
---|---|---|
![]() | ExpressionText |
Returns the script body.
|
![]() | Name |
Returns the script name.
|
![]() | OptionalDialect |
Returns a dialect name, or null if none is defined and the configured default applies
|
![]() | OptionalEventTypeName |
Returns the optional event type name.
|
![]() | OptionalReturnType |
Returns the return type, if any is specified.
|
![]() | ParameterNames |
Returns the lambda expression parameters.
|
Name | Description | |
---|---|---|
![]() | ToEPL(TextWriter) |
Print part.
|
![]() ![]() | ToEPL(TextWriter, IListT, Void) |