Click or drag to resize

OnSelectClause Class

A clause to delete from a named window based on a triggering event arriving and correlated to the named window events to be deleted.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOnClause
    com.espertech.esper.common.client.sodaOnSelectClause

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class OnSelectClause : OnClause

The OnSelectClause type exposes the following members.

Constructors
  NameDescription
Public methodOnSelectClause
Initializes a new instance of the OnSelectClause class.
Public methodOnSelectClause(String, String)
Ctor.
Top
Properties
  NameDescription
Public propertyIsDeleteAndSelect
Gets or sets a value indicating whether select-and-delete or just select.
Public propertyOptionalAsName
Returns the as-provided name for the named window.
Public propertyWindowName
Returns the name of the named window to delete from.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates an on-select clause.
Public methodToEPL
Renders the clause in textual representation.
Top
See Also