[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.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	optionalStreamName As String, _
	viewSpecs As IList(Of ViewSpec), _
	databaseName As String, _
	sqlWithSubsParams As String _
)
C#
public DBStatementStreamSpec (
	string optionalStreamName,
	IList<ViewSpec> viewSpecs,
	string databaseName,
	string sqlWithSubsParams
)
Visual C++
public:
DBStatementStreamSpec (
	String^ optionalStreamName, 
	IList<ViewSpec^>^ viewSpecs, 
	String^ databaseName, 
	String^ sqlWithSubsParams
)

Parameters

optionalStreamName
System.String
is a stream name optionally given to stream
viewSpecs
System.Collections.Generic.IList<(Of T>)
is a list of views onto the stream
databaseName
System.String
is the database name to poll
sqlWithSubsParams
System.String
is the SQL with placeholder parameters