![]() | View Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class View : EPBaseNamedObject
The View type exposes the following members.
Name | Description | |
---|---|---|
![]() | View |
Ctor.
|
![]() | View(String, String, IListT) | Initializes a new instance of the View class |
Name | Description | |
---|---|---|
![]() | Name |
Returns the object name.
(Inherited from EPBaseNamedObject.) |
![]() | Namespace |
Returns the object namespace name.
(Inherited from EPBaseNamedObject.) |
![]() | Parameters |
Returns the object parameters.
(Inherited from EPBaseNamedObject.) |
Name | Description | |
---|---|---|
![]() ![]() | Create(String) |
Creates a view.
|
![]() ![]() | Create(String, Expression) |
Creates a view.
|
![]() ![]() | Create(String, IListT) | |
![]() ![]() | Create(String, String) |
Creates a view.
|
![]() ![]() | Create(String, String, Expression) |
Creates a view.
|
![]() ![]() | Create(String, String, IListT) | |
![]() | ToEPL |
Writes the object in EPL-syntax in the format "namespace:name(parameter, parameter, ..., parameter)"
(Inherited from EPBaseNamedObject.) |
![]() | ToEPLWithHash |
Render view.
|