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

Ctor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	statementSpec As StatementSpec, _
	eqlStatement As String, _
	services As EPServicesContext _
)
C#
public EPEQLStmtStartMethod (
	StatementSpec statementSpec,
	string eqlStatement,
	EPServicesContext services
)
Visual C++
public:
EPEQLStmtStartMethod (
	StatementSpec^ statementSpec, 
	String^ eqlStatement, 
	EPServicesContext^ services
)

Parameters

statementSpec
net.esper.eql.spec.StatementSpec
is a container for the definition of all statement constructs that may have been used in the statement, i.e. if defines the select clauses, insert into, outer joins etc.
eqlStatement
System.String
is the expression text
services
net.esper.core.EPServicesContext
is the service instances for dependency injection