[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 ( _
	eventAdapterService As EventAdapterService, _
	eventType As EventType, _
	connectionCache As ConnectionCache, _
	preparedStatementText As String, _
	outputTypes As IDictionary(Of String, DBOutputTypeDesc) _
)
C#
public PollExecStrategyDBQuery (
	EventAdapterService eventAdapterService,
	EventType eventType,
	ConnectionCache connectionCache,
	string preparedStatementText,
	IDictionary<string, DBOutputTypeDesc> outputTypes
)
Visual C++
public:
PollExecStrategyDBQuery (
	EventAdapterService^ eventAdapterService, 
	EventType^ eventType, 
	ConnectionCache^ connectionCache, 
	String^ preparedStatementText, 
	IDictionary<String^, DBOutputTypeDesc^>^ outputTypes
)

Parameters

eventAdapterService
net.esper.events.EventAdapterService
for generating event beans
eventType
net.esper.events.EventType
is the event type that this poll generates
connectionCache
net.esper.eql.db.ConnectionCache
caches Connection and DbCommand
preparedStatementText
System.String
is the SQL to use for polling
outputTypes
System.Collections.Generic.IDictionary<(Of TKey, TValue>)
describe columns selected by the SQL