[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Statement implementation for EQL statements.
Namespace: net.esper.core
The statement Starts on construction. When listeners are added and removed from the view a child dispatch view is added/removed to/from the parent view to support push mode.
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class EPEQLStatementImpl _ Inherits EPStatementSupport _ Implements EPStatement, EPIterable, IEnumerable(Of EventBean), IEnumerable, EPListenable |
C# |
---|
public class EPEQLStatementImpl : EPStatementSupport, EPStatement, EPIterable, IEnumerable<EventBean>, IEnumerable, EPListenable |
Visual C++ |
---|
public ref class EPEQLStatementImpl : public EPStatementSupport, EPStatement, EPIterable, IEnumerable<EventBean^>, IEnumerable, EPListenable |