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

Create a query language statement.

Namespace: net.esper.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function CreateEQL ( _
	eqlStatement As String _
) As EPStatement
C#
public virtual EPStatement CreateEQL (
	string eqlStatement
)
Visual C++
public:
virtual EPStatement^ CreateEQL (
	String^ eqlStatement
)

Parameters

eqlStatement
System.String
is the query language statement

Return Value

EPStatement to poll data from or to add listeners to