[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Statement implementation for EQL statements.

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.

Namespace: net.esper.core
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

Inheritance Hierarchy

System.Object
  net.esper.core.EPStatementSupport
    net.esper.core.EPEQLStatementImpl