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

Ctor.

Namespace: net.esper.eql.db
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	databaseConnectionFactory As DatabaseConnectionFactory, _
	sql As String _
)
C#
public ConnectionNoCacheImpl (
	DatabaseConnectionFactory databaseConnectionFactory,
	string sql
)
Visual C++
public:
ConnectionNoCacheImpl (
	DatabaseConnectionFactory^ databaseConnectionFactory, 
	String^ sql
)

Parameters

databaseConnectionFactory
net.esper.eql.db.DatabaseConnectionFactory
is the connection factory
sql
System.String
is the statement sql